mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
support showing hidden tags in filtering page / dialog
This commit is contained in:
@@ -73,7 +73,7 @@ export const useTransactionTagsStore = defineStore('transactionTags', {
|
||||
|
||||
return allVisibleTags;
|
||||
},
|
||||
allVisibleTagsCount(state) {
|
||||
allAvailableTagsCount(state) {
|
||||
return state.allTransactionTags.length;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user