Update frontend/src/pages/Transactions.vue

This commit is contained in:
Hannes Heine 2023-01-18 13:26:52 +01:00 committed by GitHub
parent 357033657e
commit 7d949a5b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ export default {
this.$emit('update-transactions', pagination)
},
},
mounted() {
created() {
if (this.gdt) {
this.updateGdt()
}