refactor: Removes the deprecated DASHBOARD_NATIVE_FILTERS feature flag (#26329)

This commit is contained in:
Michael S. Molina
2024-01-19 17:07:38 -03:00
committed by GitHub
parent 3acda145f1
commit 69b57016b3
22 changed files with 110 additions and 289 deletions

View File

@@ -69,7 +69,6 @@ FEATURE_FLAGS = {
"SHARE_QUERIES_VIA_KV_STORE": True,
"ENABLE_TEMPLATE_PROCESSING": True,
"ALERT_REPORTS": True,
"DASHBOARD_NATIVE_FILTERS": True,
"DRILL_TO_DETAIL": True,
"DRILL_BY": True,
"HORIZONTAL_FILTER_BAR": True,