show no available tags when all tags are hidden
This commit is contained in:
@@ -75,6 +75,9 @@ export const useTransactionTagsStore = defineStore('transactionTags', {
|
||||
},
|
||||
allAvailableTagsCount(state) {
|
||||
return state.allTransactionTags.length;
|
||||
},
|
||||
allVisibleTagsCount(state) {
|
||||
return state.allVisibleTags.length;
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user