diff --git a/frontend/src/pages/Transactions.vue b/frontend/src/pages/Transactions.vue index 494e10190..a4e805aed 100644 --- a/frontend/src/pages/Transactions.vue +++ b/frontend/src/pages/Transactions.vue @@ -80,7 +80,7 @@ export default { this.$emit('update-transactions', pagination) }, }, - mounted() { + created() { if (this.gdt) { this.updateGdt() }