mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-22 06:39:41 +02:00
fix: remove import button from recipe data view (#4680)
This commit is contained in:
parent
a6cbf1308e
commit
0e6a40e210
1 changed files with 0 additions and 6 deletions
|
@ -136,12 +136,6 @@
|
||||||
<v-card>
|
<v-card>
|
||||||
<RecipeDataTable v-model="selected" :loading="loading" :recipes="allRecipes" :show-headers="headers" />
|
<RecipeDataTable v-model="selected" :loading="loading" :recipes="allRecipes" :show-headers="headers" />
|
||||||
<v-card-actions class="justify-end">
|
<v-card-actions class="justify-end">
|
||||||
<BaseButton color="info">
|
|
||||||
<template #icon>
|
|
||||||
{{ $globals.icons.database }}
|
|
||||||
</template>
|
|
||||||
{{ $t('general.import') }}
|
|
||||||
</BaseButton>
|
|
||||||
<BaseButton
|
<BaseButton
|
||||||
color="info"
|
color="info"
|
||||||
@click="
|
@click="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue