Skip to content

Commit

Permalink
fix: reset DRAG_AND_DROP, set default value is false
Browse files Browse the repository at this point in the history
  • Loading branch information
ciusji committed Dec 1, 2022
1 parent 747b3f0 commit 16ff9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotrix/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def _try_json_readsha( # pylint: disable=unused-argument
# Enable experimental feature to search for other dashboards
"OMNIBAR": False,
"DASHBOARD_RBAC": False,
"ENABLE_EXPLORE_DRAG_AND_DROP": True,
"ENABLE_EXPLORE_DRAG_AND_DROP": False,
# Enabling ALERTS_ATTACH_REPORTS, the system sends email and slack message
# with screenshot and link
# Disables ALERTS_ATTACH_REPORTS, the system DOES NOT generate screenshot
Expand Down

0 comments on commit 16ff9f2

Please sign in to comment.