mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 13:19: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>
|
||||
<RecipeDataTable v-model="selected" :loading="loading" :recipes="allRecipes" :show-headers="headers" />
|
||||
<v-card-actions class="justify-end">
|
||||
<BaseButton color="info">
|
||||
<template #icon>
|
||||
{{ $globals.icons.database }}
|
||||
</template>
|
||||
{{ $t('general.import') }}
|
||||
</BaseButton>
|
||||
<BaseButton
|
||||
color="info"
|
||||
@click="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue