diff --git a/static/js/index.js b/static/js/index.js index cf9e262..8e7c577 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -12,7 +12,7 @@ window.app = Vue.createApp({ transactions: [], transactionPagination: { total: 0, - limit: 20, + limit: 10, offset: 0, has_next: false, has_prev: false