mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
fix region / city filters
This commit is contained in:
parent
672608b2f5
commit
43499eb4fd
5 changed files with 18 additions and 22 deletions
|
|
@ -82,8 +82,7 @@ export interface WebsiteMetricFilter {
|
|||
browser?: string;
|
||||
device?: string;
|
||||
country?: string;
|
||||
subdivision1?: string;
|
||||
subdivision2?: string;
|
||||
region?: string;
|
||||
city?: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue