Skip to content

Commit

Permalink
fix: remove import button from recipe data view (#4680)
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot authored Dec 4, 2024
1 parent a6cbf13 commit 0e6a40e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/pages/group/data/recipes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down

0 comments on commit 0e6a40e

Please sign in to comment.