Resolved bug

This commit is contained in:
2025-03-06 13:03:51 +01:00
parent 496174a04f
commit af7328c8fa
3 changed files with 14 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ function updateApplicationsMenu() {
//Aggiungi "Rev Eng Code" alla fine della lista
model.value[1].items.push({
label: 'Rev Eng Code',
label: 'Application Code',
icon: 'pi pi-fw pi-cog',
command: () => {
route.push({ path: '/app-browser' });