From 641892b0cc81e5d2c0a8f9a53da91c4a930753dc Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Fri, 20 Mar 2020 19:44:14 +0530 Subject: [PATCH] feat: disable sortable on dashboard --- frappe/core/page/dashboard/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/core/page/dashboard/dashboard.js b/frappe/core/page/dashboard/dashboard.js index e2da785f4e..511aac7010 100644 --- a/frappe/core/page/dashboard/dashboard.js +++ b/frappe/core/page/dashboard/dashboard.js @@ -92,7 +92,7 @@ class Dashboard { container: this.container, type: "chart", columns: 2, - allow_sorting: true, + allow_sorting: false, widgets: this.charts, }); });