mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +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
|
|
@ -53,7 +53,7 @@ export interface SearchFilter {
|
|||
}
|
||||
|
||||
export interface FilterResult<T> {
|
||||
data: T[];
|
||||
data: T;
|
||||
count: number;
|
||||
page: number;
|
||||
pageSize: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue