Skip to content

Commit

Permalink
fixing listing count
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Hernandez committed Sep 17, 2024
1 parent 96cb46f commit aadccab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/components/tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ export function Table() {
}}
search={search}
pagination={{
pageSizeOptions: [10, 20, 50, 0],
initialPageSize: 10,
pageSizeOptions: [50, 100, 200, 0],
initialPageSize: 50,
initialPageIndex: 0,
}}
/>
Expand Down

0 comments on commit aadccab

Please sign in to comment.