Skip to content

Commit

Permalink
fix the bug that cannot view the location on the map of an existing t…
Browse files Browse the repository at this point in the history
…ransaction in desktop page
  • Loading branch information
mayswind committed Jun 30, 2024
1 parent 182bdb3 commit 16e53fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/desktop/transactions/list/dialogs/EditDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</v-tab>
</v-tabs>
<v-divider class="my-2"/>
<v-tabs direction="vertical" :disabled="loading || submitting" :class="{ 'readonly': mode !== 'add' }" v-model="activeTab">
<v-tabs direction="vertical" :disabled="loading || submitting" v-model="activeTab">
<v-tab value="basicInfo">
<span>{{ $t('Basic Information') }}</span>
</v-tab>
Expand Down

0 comments on commit 16e53fe

Please sign in to comment.