mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
Update pagination request on client
This commit is contained in:
@@ -59,8 +59,8 @@ export const VirtualInfiniteGrid = ({
|
||||
const end = stopIndex * columnCount + columnCount;
|
||||
|
||||
const t = await query({
|
||||
limit: end - start,
|
||||
skip: start,
|
||||
take: end - start,
|
||||
...queryParams,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user