automatically switch to the newly added tag group

This commit is contained in:
MaysWind
2026-01-17 19:21:12 +08:00
parent 3b487ca0d9
commit a357fb8136
+2 -1
View File
@@ -437,8 +437,9 @@ function addTagGroup(): void {
transactionTagsStore.saveTagGroup({
tagGroup: TransactionTagGroup.createNewTagGroup(newName)
}).then(() => {
}).then(tagGroup => {
updating.value = false;
activeTagGroupId.value = tagGroup.id;
}).catch(error => {
updating.value = false;