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