From f9d9cf1e90729d3055d572333878f66a71c9dece Mon Sep 17 00:00:00 2001 From: stCarolas Date: Sun, 16 Jun 2024 20:20:10 +0300 Subject: [PATCH] change default page size for history --- src/pages/History/HistoryPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/History/HistoryPage.tsx b/src/pages/History/HistoryPage.tsx index d368b58..97251f8 100644 --- a/src/pages/History/HistoryPage.tsx +++ b/src/pages/History/HistoryPage.tsx @@ -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: {