mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Enable search for metrics.
This commit is contained in:
parent
bbd7c4b6ea
commit
b0bfd0b5ab
7 changed files with 74 additions and 30 deletions
|
|
@ -213,6 +213,7 @@ export interface QueryFilters {
|
|||
city?: string;
|
||||
language?: string;
|
||||
event?: string;
|
||||
search?: string;
|
||||
}
|
||||
|
||||
export interface QueryOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue