cleanup
This commit is contained in:
@@ -119,7 +119,7 @@ export default function ResourceView({ config, onNavigateToResource, fieldCompon
|
||||
const { useList, useRead, useCreate, useUpdate, useDelete, components } = useResource(config, { fieldComponents });
|
||||
|
||||
const queryParams = React.useMemo(() => {
|
||||
if (!isServer) return { limit: 10000 };
|
||||
if (!isServer) return { limit: 10 };
|
||||
return {
|
||||
skip: paginationModel.page * paginationModel.pageSize,
|
||||
limit: paginationModel.pageSize,
|
||||
|
||||
Reference in New Issue
Block a user