From 4d093c2c26374badc0eba4796581f7438bc270cd Mon Sep 17 00:00:00 2001 From: wangdl Date: Fri, 19 Jun 2026 15:18:28 +0800 Subject: [PATCH] fix: use pageSize instead of defaultPageSize in ConfigProvider --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 09a3ca4..9f37550 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -63,7 +63,7 @@ const queryClient = new QueryClient() function App() { return ( - } pagination={{ defaultPageSize: 20 }}> + } pagination={{ pageSize: 20, showSizeChanger: true, pageSizeOptions: ['10', '20', '50', '100'] }}> }>