mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
HIMA-1115 breadcrumbs color change adjustment
This commit is contained in:
@@ -179,6 +179,7 @@ export class BreadcrumbsComponent implements OnInit, OnDestroy, AfterViewInit {
|
||||
.pipe(takeUntil(this.destroy$))
|
||||
.subscribe((v: ModuleSwitcher) => {
|
||||
this.module = v;
|
||||
this.cdrf.detectChanges();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user