From 7d949a5b37ffe6090e40c43e74616e2eba855d9a Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Wed, 18 Jan 2023 13:26:52 +0100 Subject: [PATCH] Update frontend/src/pages/Transactions.vue --- frontend/src/pages/Transactions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }