HIMA-1115 breadcrumbs color change adjustment

This commit is contained in:
Mikuta Aleksandras
2020-02-21 13:48:13 +01:00
parent 9acc8459c9
commit 85c07e49bf

View File

@@ -179,6 +179,7 @@ export class BreadcrumbsComponent implements OnInit, OnDestroy, AfterViewInit {
.pipe(takeUntil(this.destroy$))
.subscribe((v: ModuleSwitcher) => {
this.module = v;
this.cdrf.detectChanges();
});
}