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 } } }}> }>