refactor: disable sorting for charts section
This commit is contained in:
parent
492a5ad0d0
commit
81fd7641d5
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ class DesktopPage {
|
|||
container: this.page,
|
||||
type: "chart",
|
||||
columns: 1,
|
||||
allow_sorting: false,
|
||||
widgets: this.data.charts.items
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue