mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Try max pages 5
This commit is contained in:
parent
49b66f3504
commit
641c64e108
1 changed files with 1 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ export function useGetLibraryItems(
|
|||
return response.search
|
||||
},
|
||||
enabled,
|
||||
maxPages: 5,
|
||||
initialPageParam: '0',
|
||||
getNextPageParam: (lastPage: LibraryItems, pages) => {
|
||||
console.log('getting next page: ', pages)
|
||||
|
|
|
|||
Loading…
Reference in a new issue