mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Increase website select pageSize to 20. Closes #3913
This commit is contained in:
parent
67cdfdfb7e
commit
dde1c3a57a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export function WebsiteSelect({
|
|||
const { user } = useLoginQuery();
|
||||
const { data, isLoading } = useUserWebsitesQuery(
|
||||
{ userId: user?.id, teamId },
|
||||
{ search, pageSize: 10, includeTeams },
|
||||
{ search, pageSize: 20, includeTeams },
|
||||
);
|
||||
const listItems: { id: string; name: string }[] = data?.data || [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue