mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
Update pagination request on client
This commit is contained in:
@@ -46,8 +46,8 @@ export const LibraryAlbumsRoute = () => {
|
||||
});
|
||||
|
||||
const { data: albums } = useAlbums({
|
||||
limit: 0,
|
||||
page: 0,
|
||||
skip: 0,
|
||||
take: 0,
|
||||
...filters,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user