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