support showing hidden tags in filtering page / dialog

This commit is contained in:
MaysWind
2024-07-24 00:10:29 +08:00
parent 266dafa4a9
commit 021e523d63
5 changed files with 52 additions and 18 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ export const useTransactionTagsStore = defineStore('transactionTags', {
return allVisibleTags;
},
allVisibleTagsCount(state) {
allAvailableTagsCount(state) {
return state.allTransactionTags.length;
}
},