1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-18 20:59:41 +02:00

fix: remove import button from recipe data view (#4680)

This commit is contained in:
Hayden 2024-12-04 14:41:02 -06:00 committed by GitHub
parent a6cbf1308e
commit 0e6a40e210
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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="