Merge pull request #9750 from scmmishra/disable-sorting

feat: disable sortable on dashboard
This commit is contained in:
Prssanna Desai 2020-03-20 20:51:57 +05:30 committed by GitHub
commit 5eb057f410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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