Fix of board request fix PR (#5829)

Fix again board requests as first merged PR appears to have missing
commits / code. https://github.com/twentyhq/twenty/pull/5819
This commit is contained in:
Lucas Bordeau
2024-06-11 22:30:38 +02:00
committed by GitHub
parent a57e251208
commit 7d068095cd
9 changed files with 85 additions and 29 deletions

View File

@ -240,5 +240,6 @@ export const useFindManyRecords = <T extends ObjectRecord = ObjectRecord>({
error,
fetchMoreRecords,
queryStateIdentifier: findManyQueryStateIdentifier,
hasNextPage,
};
};