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