[master] repository monitors page: setRootClass(null) on ngOnDestroy
This commit is contained in:
parent
365b5489b9
commit
c2e704a944
|
@ -99,4 +99,9 @@ export class RepositoryComponent extends StakeholderBaseComponent implements OnI
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
super.ngOnDestroy();
|
||||
this.layoutService.setRootClass(null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue