Skip to content

Commit

Permalink
change default page size for history
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Jun 16, 2024
1 parent cfef5f0 commit f9d9cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/History/HistoryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function list(data: HistoryItemData[], pagination: any) {
export default function HistoryPage({}) {
const { recipientId } = useLoaderData() as WidgetData;
const { data, loading, pagination } = usePagination(getHistory, {
defaultPageSize: 5,
defaultPageSize: 10,
});

async function getHistory(params: {
Expand Down

0 comments on commit f9d9cf1

Please sign in to comment.