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 {
254254 isLoading, // boolean that is true until the data is available for the first time
255255 // pagination
256256 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
258258 setPage, // a callback to change the page, e.g. setPage(3)
259259 setPerPage, // a callback to change the number of results per page, e.g. setPerPage(25)
260260 hasPreviousPage, // boolean, true if the current page is not the first one
@@ -278,4 +278,4 @@ const {
278278 resource, // undefined
279279 refetch, // a function that throws an error, as refetch doesn't make sense for local data
280280} = useList ({ data });
281- ```
281+ ```
You can’t perform that action at this time.
0 commit comments