mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Merge branch 'mealie-next' into fix/json-editor-breaks
This commit is contained in:
commit
b84b579155
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue