Skip to content

Commit f4df3eb

Browse files
committed
chore(onboarding): Set per_page=50 for testing paginated repo browse
1 parent a617eb1 commit f4df3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/onboarding/components/useScmRepoSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function useScmRepoSearch(integrationId: string, selectedRepo?: Repositor
3131
queryKey: [
3232
{infinite: true, version: 'v1' as const},
3333
reposUrl,
34-
{method: 'GET', query: {accessibleOnly: true, paginate: true}},
34+
{method: 'GET', query: {accessibleOnly: true, paginate: true, per_page: 50}},
3535
],
3636
staleTime: 20_000,
3737
});

0 commit comments

Comments
 (0)