update exec view

This commit is contained in:
Florinda
2025-02-26 17:08:12 +01:00
parent 73408efa08
commit d2aaa83d81
3 changed files with 13 additions and 6 deletions

View File

@@ -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] = [];
}