We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14ade8 commit 5eadbe2Copy full SHA for 5eadbe2
1 file changed
src/app/menu.resolver.ts
@@ -205,7 +205,7 @@ export class MenuResolver implements Resolve<boolean> {
205
});
206
}
207
208
- menuList.forEach((menuSection) => this.menuService.addSection(MenuID.ADMIN, Object.assign(menuSection, {
+ menuList.forEach((menuSection) => this.menuService.addSection(MenuID.PUBLIC, Object.assign(menuSection, {
209
shouldPersistOnRouteChange: true
210
})));
211
0 commit comments