update exec view
This commit is contained in:
@@ -47,7 +47,7 @@ function updateApplicationsMenu() {
|
||||
//Raggruppa gli scenari per categoria (solo se type non è null)
|
||||
selectedApp.available_scenarios.forEach(app => {
|
||||
if (app.type) {
|
||||
const type = app.type;
|
||||
const type = app.type.trim();
|
||||
if (!groupedScenarios[type]) {
|
||||
groupedScenarios[type] = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user