fix the bug that hidden tags don't display in transaction detail page

This commit is contained in:
MaysWind
2024-07-23 01:01:15 +08:00
parent 3d56bfa114
commit aea4cf7e8b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ export default {
return this.transactionCategoriesStore.allTransactionCategoriesMap;
},
allTags() {
return this.transactionTagsStore.allVisibleTags;
return this.transactionTagsStore.allTransactionTags;
},
allTagsMap() {
return this.transactionTagsStore.allTransactionTagsMap;