change Recent Transactions pagination limit from 20 to 10
This commit is contained in:
parent
3af93c3479
commit
6f1fa7203b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ window.app = Vue.createApp({
|
||||||
transactions: [],
|
transactions: [],
|
||||||
transactionPagination: {
|
transactionPagination: {
|
||||||
total: 0,
|
total: 0,
|
||||||
limit: 20,
|
limit: 10,
|
||||||
offset: 0,
|
offset: 0,
|
||||||
has_next: false,
|
has_next: false,
|
||||||
has_prev: false
|
has_prev: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue