mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 08:44:36 -04:00
fix: remove import button from recipe data view (#4680)
This commit is contained in:
@@ -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="
|
||||||
|
|||||||
Reference in New Issue
Block a user