Added search to websites dropdown.

This commit is contained in:
Mike Cao 2023-12-27 14:20:36 -08:00
parent 1cf5bd488c
commit 6c4a297697
5 changed files with 41 additions and 18 deletions

View file

@ -45,10 +45,6 @@ export default async (
req.query.id = userId;
}
if (!req.query.pageSize) {
req.query.pageSize = 100;
}
return userWebsites(req as any, res);
}