refactor: disable sorting for charts section

This commit is contained in:
Shivam Mishra 2020-03-05 15:08:39 +05:30
parent 492a5ad0d0
commit 81fd7641d5

View file

@ -255,6 +255,7 @@ class DesktopPage {
container: this.page,
type: "chart",
columns: 1,
allow_sorting: false,
widgets: this.data.charts.items
});
}