diff --git a/packages/twenty-front/src/modules/object-record/hooks/useLazyFetchAllRecords.ts b/packages/twenty-front/src/modules/object-record/hooks/useLazyFetchAllRecords.ts index 9dee8e1bd7..01d84c47ff 100644 --- a/packages/twenty-front/src/modules/object-record/hooks/useLazyFetchAllRecords.ts +++ b/packages/twenty-front/src/modules/object-record/hooks/useLazyFetchAllRecords.ts @@ -87,7 +87,7 @@ export const useLazyFetchAllRecords = ({ await sleep(delayMs); } - const rawResult = await fetchMoreRecordsLazy(); + const rawResult = await fetchMoreRecordsLazy(limit); const fetchMoreResult = rawResult?.data;