chore: Remove CROSS_REFERENCES feature flag (#21815)

This commit is contained in:
Geido
2022-10-21 15:11:49 +03:00
committed by GitHub
parent 2fe68a3633
commit c2834cc14c
8 changed files with 40 additions and 60 deletions

View File

@@ -71,7 +71,6 @@ FEATURE_FLAGS = {
"ALERT_REPORTS": True,
"DASHBOARD_NATIVE_FILTERS": True,
"DRILL_TO_DETAIL": True,
"CROSS_REFERENCES": True,
}
WEBDRIVER_BASEURL = "http://0.0.0.0:8081/"