Dev (#2752)
* fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * fix(chalice): fixed typo in modules
This commit is contained in:
parent
ea53e7ce48
commit
746d7a04eb
1 changed files with 1 additions and 1 deletions
|
|
@ -1570,7 +1570,7 @@ class ModuleType(str, Enum):
|
|||
BUG_REPORTS = "bug-reports"
|
||||
OFFLINE_RECORDINGS = "offline-recordings"
|
||||
ALERTS = "alerts"
|
||||
ASSIST_STATTS = "assist-statts"
|
||||
ASSIST_STATS = "assist-stats"
|
||||
RECOMMENDATIONS = "recommendations"
|
||||
FEATURE_FLAGS = "feature-flags"
|
||||
USABILITY_TESTS = "usability-tests"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue