mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
fix search bug
This commit is contained in:
parent
575c50cdfe
commit
3e5866832f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export function WebsiteSelect({
|
||||||
|
|
||||||
const { data: website } = useWebsite(selectedId as string);
|
const { data: website } = useWebsite(selectedId as string);
|
||||||
|
|
||||||
const queryResult = useWebsites({ teamId }, { search });
|
const queryResult = useWebsites({ teamId }, { search, pageSize: 5 });
|
||||||
|
|
||||||
const renderValue = () => {
|
const renderValue = () => {
|
||||||
return website?.name;
|
return website?.name;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue