We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1013a commit 3f7c42cCopy full SHA for 3f7c42c
1 file changed
src/app/shared/menu/menu-provider.service.ts
@@ -178,7 +178,7 @@ export class MenuProviderService {
178
id: section.id ?? `${provider.menuProviderId}_${index}`,
179
parentID: section.parentID ?? provider.parentID,
180
index: provider.index,
181
- active: section.active ?? true,
+ active: section.active ?? false,
182
shouldPersistOnRouteChange: section.shouldPersistOnRouteChange ?? provider.shouldPersistOnRouteChange,
183
alwaysRenderExpandable: section.alwaysRenderExpandable ?? provider.alwaysRenderExpandable,
184
});
0 commit comments