fix: Add Omnibar Feature Flag (#12182)
* Update config.py * Update config.py
This commit is contained in:
parent
57e37ed4d5
commit
3f3a2ad7cc
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue