fix: Add Omnibar Feature Flag (#12182)

* Update config.py

* Update config.py
This commit is contained in:
Hugh A. Miles II 2021-01-14 16:45:59 -05:00 committed by GitHub
parent 57e37ed4d5
commit 3f3a2ad7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -341,6 +341,8 @@ DEFAULT_FEATURE_FLAGS: Dict[str, bool] = {
"ROW_LEVEL_SECURITY": False,
# Enables Alerts and reports new implementation
"ALERT_REPORTS": False,
# Enable experimental feature to search for other dashboards
"OMNIBAR": False,
}
# Set the default view to card/grid view if thumbnail support is enabled.