diff --git a/frontend/src/pages/Transactions.vue b/frontend/src/pages/Transactions.vue index 4074b3d19..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" />