0
0
Fork 0

chore: refs #6900 rollback

This commit is contained in:
Jorge Penadés 2024-09-02 13:39:13 +02:00
parent 8ea9742068
commit 136f9abeff
1 changed files with 1 additions and 1 deletions

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);
}
}
}