diff --git a/frontend/src/pages/Transactions.vue b/frontend/src/pages/Transactions.vue index 40d883886..a4e805aed 100644 --- a/frontend/src/pages/Transactions.vue +++ b/frontend/src/pages/Transactions.vue @@ -15,6 +15,7 @@ :transactionLinkCount="transactionLinkCount" :transactions="transactions" :showPagination="true" + :pageSize="pageSize" @update-transactions="updateTransactions" v-on="$listeners" /> @@ -90,6 +91,11 @@ export default { this.updateGdt() } }, + gdt() { + if (this.gdt) { + this.updateGdt() + } + }, }, }