show add button in default group

This commit is contained in:
MaysWind
2026-01-17 16:05:04 +08:00
parent 0803a5930f
commit 598ae9fa06
3 changed files with 59 additions and 40 deletions
@@ -100,7 +100,7 @@ const { tt } = useI18n();
const {
tagSearchContent,
allTagsWithGroupHeader
} = useTransactionTagSelectionBase(props);
} = useTransactionTagSelectionBase(props, false);
const transactionTagsStore = useTransactionTagsStore();