Merge remote-tracking branch 'origin/api_tablewidgets' into dev
This commit is contained in:
commit
d96fd7b028
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ class TableMetricOfType(str, Enum):
|
|||
user_country = FilterType.user_country.value
|
||||
user_id = FilterType.user_id.value
|
||||
issues = FilterType.issue.value
|
||||
visited_url = "VISITED_URL"
|
||||
visited_url = EventType.location.value
|
||||
|
||||
|
||||
class TimeseriesMetricOfType(str, Enum):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue