[Monitor | develop]: [Bug fix] home.component.ts: In ngOnDestroy, set quickContactService.setDisplay(true) - true is the default value.

This commit is contained in:
Konstantina Galouni 2023-07-06 16:06:01 +03:00
parent b6de9c6d70
commit 19f6419027
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ export class HomeComponent implements OnInit, OnDestroy, AfterViewInit, IDeactiv
}
ngOnDestroy() {
this.quickContactService.setDisplay(true);
this.clear();
}