From 16ff9f2c5b6bd922b69a31da74b8d73845340552 Mon Sep 17 00:00:00 2001 From: ciusji Date: Thu, 1 Dec 2022 18:38:55 +0800 Subject: [PATCH] fix: reset DRAG_AND_DROP, set default value is false --- spotrix/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotrix/config.py b/spotrix/config.py index 21d8f55..dade22f 100644 --- a/spotrix/config.py +++ b/spotrix/config.py @@ -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