This commit is contained in:
2026-06-07 14:05:14 +05:30
parent a263d5632f
commit 99022ac7a1
4 changed files with 28 additions and 17 deletions

View File

@@ -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,