update internal tx tab default limit

pull/86/head
jenya 3 years ago
parent c09040405f
commit 2016b6296f
  1. 2
      src/components/transaction/InternalTransactionList.tsx

@ -22,7 +22,7 @@ export function InternalTransactionList(props: InternalTransactionListProps) {
const initFilter: Filter = {
offset: 0,
limit: limitValue ? +limitValue : 10,
limit: limitValue ? +limitValue : 25,
orderBy: "block_number",
orderDirection: "desc",
filters: [{ type: "gte", property: "block_number", value: 0 }],

Loading…
Cancel
Save