We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f923208 + 72fb239 commit cee7884Copy full SHA for cee7884
1 file changed
src/components/input/WebsiteSelect.tsx
@@ -31,7 +31,7 @@ export function WebsiteSelect({
31
const { user } = useLoginQuery();
32
const { data, isLoading } = useUserWebsitesQuery(
33
{ userId: user?.id, teamId },
34
- { search, pageSize: 20, includeTeams },
+ { search, pageSize: 100, includeTeams },
35
);
36
const listItems: { id: string; name: string }[] = data?.data || [];
37
0 commit comments