fix: [dashboard] sort dashboard widgets

pull/8826/head
Christophe Vandeplas 2022-12-06 07:14:44 +01:00
parent c59403e758
commit e96c56ef94
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ class Dashboard extends AppModel
}
}
}
ksort($widgets);
return $widgets;
}