Merge branch 'mealie-next' into fix/json-editor-breaks

This commit is contained in:
Michael Genson 2025-07-26 20:51:56 -05:00 committed by GitHub
commit b84b579155
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>