fix: add confirm button to bulk delete of tags

This commit is contained in:
Felix Schneider 2025-07-22 22:29:13 +02:00
commit 3040afb3d0

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>