Skip to content

Commit

Permalink
fix the bug that the transaction view dialog does not show no location
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Jun 29, 2024
1 parent 9a70cfe commit 02a5dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/desktop/transactions/list/dialogs/EditDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ export default {
self.activeTab = 'basicInfo';
self.loading = true;
self.submitting = false;
self.geoLocationStatus = null;
self.originalTransactionEditable = false;
const newTransaction = self.transactionsStore.generateNewTransactionModel(options.type);
Expand Down

0 comments on commit 02a5dcf

Please sign in to comment.