Add default limit when fetching records (#14532)
- set default limit on front find many hooks - use default constant in rest api find many endpoint - set a max limit in rest api find many endpoint
This commit is contained in:
-1
@@ -311,7 +311,6 @@ export const LargeResponse: Story = {
|
||||
pagination: {
|
||||
totalCount: 500,
|
||||
page: 1,
|
||||
limit: 50,
|
||||
totalPages: 10,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user