File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ const {
254
254
isLoading, // boolean that is true until the data is available for the first time
255
255
// pagination
256
256
page, // the current page. Starts at 1
257
- perPage, // the number of results per page. Defaults to 25
257
+ perPage, // the number of results per page. Defaults to 1000
258
258
setPage, // a callback to change the page, e.g. setPage(3)
259
259
setPerPage, // a callback to change the number of results per page, e.g. setPerPage(25)
260
260
hasPreviousPage, // boolean, true if the current page is not the first one
@@ -278,4 +278,4 @@ const {
278
278
resource, // undefined
279
279
refetch, // a function that throws an error, as refetch doesn't make sense for local data
280
280
} = useList ({ data });
281
- ```
281
+ ```
You can’t perform that action at this time.
0 commit comments