From 3040afb3d07ad975f7f27aea3569cba5ab07048f Mon Sep 17 00:00:00 2001 From: Felix Schneider Date: Tue, 22 Jul 2025 22:29:13 +0200 Subject: [PATCH] fix: add confirm button to bulk delete of tags --- frontend/pages/group/data/tags.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/pages/group/data/tags.vue b/frontend/pages/group/data/tags.vue index 764803be0..884024d0c 100644 --- a/frontend/pages/group/data/tags.vue +++ b/frontend/pages/group/data/tags.vue @@ -65,6 +65,7 @@ :title="$t('general.confirm')" :icon="$globals.icons.alertCircle" color="error" + can-confirm @confirm="deleteSelected" >