This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch add-omnibar-ff
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 748898ccc1651804cbf379197b3783667adec41a
Author: Hugh A. Miles II <[email protected]>
AuthorDate: Tue Dec 22 13:09:11 2020 -0500

    Update config.py
---
 superset/config.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/superset/config.py b/superset/config.py
index 5e5929c..cc2ade0 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -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.

Reply via email to