fix search bug
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user