mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Added search to websites dropdown.
This commit is contained in:
parent
1cf5bd488c
commit
6c4a297697
5 changed files with 41 additions and 18 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue