This commit is contained in:
Carl-Gerhard Lindesvärd
2026-03-06 09:11:09 +01:00
parent 90881e5ffb
commit 289ffb7d6d
4 changed files with 10 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ function Component() {
...trpc.group.listProfiles.queryOptions({
projectId,
groupId,
cursor: page - 1,
cursor: (page - 1) * 50,
take: 50,
search: debouncedSearch || undefined,
}),