@@ -489,7 +489,7 @@ export default {
return this.transactionCategoriesStore.allTransactionCategoriesMap;
},
allTags() {
- return this.transactionTagsStore.allVisibleTags;
+ return this.transactionTagsStore.allTransactionTags;
},
allTagsMap() {
return this.transactionTagsStore.allTransactionTagsMap;
diff --git a/src/views/mobile/transactions/EditPage.vue b/src/views/mobile/transactions/EditPage.vue
index 83fddbef..fe391220 100644
--- a/src/views/mobile/transactions/EditPage.vue
+++ b/src/views/mobile/transactions/EditPage.vue
@@ -505,7 +505,7 @@ export default {
return this.transactionCategoriesStore.allTransactionCategoriesMap;
},
allTags() {
- return this.transactionTagsStore.allVisibleTags;
+ return this.transactionTagsStore.allTransactionTags;
},
allTagsMap() {
return this.transactionTagsStore.allTransactionTagsMap;