From 209c0e9fb32efcfc11895c5d7e76b2c852c6bced Mon Sep 17 00:00:00 2001 From: wangdl Date: Fri, 19 Jun 2026 15:16:42 +0800 Subject: [PATCH] fix: use ConfigProvider pagination prop for defaultPageSize --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 0da5c53..09a3ca4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -63,7 +63,7 @@ const queryClient = new QueryClient() function App() { return ( - } theme={{ components: { Table: { pagination: { defaultPageSize: 20 } as any } } }}> + } pagination={{ defaultPageSize: 20 }}> }>