Skip to content

Commit

Permalink
fix: ensure cleaning of current module while initiating home component
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux authored and TheoLechemia committed Nov 28, 2023
1 parent be8575a commit 4a3148e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ export class HomeContentComponent implements OnInit, AfterViewInit {
}

ngOnInit() {
// Ensure cleaning of currentModule
this._moduleService.currentModule$.next(null);

this.getI18nLocale();

this._SideNavService.sidenav.open();
Expand Down

0 comments on commit 4a3148e

Please sign in to comment.