fix region / city filters

This commit is contained in:
Francis Cao 2023-04-17 00:10:51 -07:00
parent 672608b2f5
commit 43499eb4fd
5 changed files with 18 additions and 22 deletions

View file

@ -82,8 +82,7 @@ export interface WebsiteMetricFilter {
browser?: string;
device?: string;
country?: string;
subdivision1?: string;
subdivision2?: string;
region?: string;
city?: string;
}