Skip to content

Commit 5fd8545

Browse files
authored
fix: Tags can't be renamed (#6835)
1 parent 3397c06 commit 5fd8545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/pages/group/data/tags.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
v-model="state.editDialog"
2626
:icon="$globals.icons.tags"
2727
:title="$t('data-pages.tags.edit-tag')"
28+
:submit-icon="$globals.icons.save"
2829
:submit-text="$t('general.save')"
29-
can-confirm
30+
can-submit
3031
@submit="editSaveTag"
3132
>
3233
<v-card-text v-if="editTarget">

0 commit comments

Comments
 (0)