change Recent Transactions pagination limit from 20 to 10

This commit is contained in:
padreug 2025-11-09 00:32:54 +01:00
parent 3af93c3479
commit 6f1fa7203b

View file

@ -12,7 +12,7 @@ window.app = Vue.createApp({
transactions: [],
transactionPagination: {
total: 0,
limit: 20,
limit: 10,
offset: 0,
has_next: false,
has_prev: false