1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00

fix: add confirm button to bulk delete of tags (#5785)

Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
Felix Schneider 2025-07-27 03:04:41 +02:00 committed by GitHub
parent 2781771f6b
commit ec1eddc06d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -65,6 +65,7 @@
:title="$t('general.confirm')" :title="$t('general.confirm')"
:icon="$globals.icons.alertCircle" :icon="$globals.icons.alertCircle"
color="error" color="error"
can-confirm
@confirm="deleteSelected" @confirm="deleteSelected"
> >
<v-card-text> <v-card-text>

View file

@ -73,6 +73,7 @@
:title="$t('general.confirm')" :title="$t('general.confirm')"
:icon="$globals.icons.alertCircle" :icon="$globals.icons.alertCircle"
color="error" color="error"
can-confirm
@confirm="deleteSelected" @confirm="deleteSelected"
> >
<v-card-text> <v-card-text>