feat: disable sortable on dashboard

This commit is contained in:
Shivam Mishra 2020-03-20 19:44:14 +05:30
parent 1e07ff2c4c
commit 641892b0cc

View file

@ -92,7 +92,7 @@ class Dashboard {
container: this.container,
type: "chart",
columns: 2,
allow_sorting: true,
allow_sorting: false,
widgets: this.charts,
});
});