Skip to content

Commit

Permalink
fix: Add Omnibar Feature Flag (#12182)
Browse files Browse the repository at this point in the history
* Update config.py

* Update config.py
  • Loading branch information
hughhhh authored Jan 14, 2021
1 parent 57e37ed commit 3f3a2ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ def _try_json_readsha( # pylint: disable=unused-argument
"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.
Expand Down

0 comments on commit 3f3a2ad

Please sign in to comment.