From b0cfe2ed4853d1a8d1abeb7fe725f1f9993dffb0 Mon Sep 17 00:00:00 2001 From: wangdl Date: Fri, 19 Jun 2026 15:15:55 +0800 Subject: [PATCH] fix: set global table defaultPageSize to 20 --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index f0b156e..0da5c53 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 } } }}> }>