diff --git a/src/views/desktop/tags/ListPage.vue b/src/views/desktop/tags/ListPage.vue index 35d53bd1..d43e1d47 100644 --- a/src/views/desktop/tags/ListPage.vue +++ b/src/views/desktop/tags/ListPage.vue @@ -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;