fix: refs #6900 fine tunning #661

Merged
jorgep merged 13 commits from 6900-hotfix-fineTunning into master 2024-09-04 13:58:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 136f9abeff - Show all commits

View File

@ -61,7 +61,7 @@ function addChildren(module, route, parent) {
const matches = findMatches(mainMenus, route);
for (const child of matches) {
if (!child.meta.hidden) navigation.addMenuItem(module, child, parent);
navigation.addMenuItem(module, child, parent);
}
}
}