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