[master] repository monitors page: setRootClass(null) on ngOnDestroy

This commit is contained in:
Alex Martzios 2023-12-06 15:58:42 +02:00
parent 365b5489b9
commit c2e704a944
1 changed files with 5 additions and 0 deletions

View File

@ -99,4 +99,9 @@ export class RepositoryComponent extends StakeholderBaseComponent implements OnI
}
});
}
ngOnDestroy() {
super.ngOnDestroy();
this.layoutService.setRootClass(null);
}
}