diff --git a/projects/srm/src/app/results-drawer/results-drawer.component.ts b/projects/srm/src/app/results-drawer/results-drawer.component.ts index 01c8894..408c2e1 100644 --- a/projects/srm/src/app/results-drawer/results-drawer.component.ts +++ b/projects/srm/src/app/results-drawer/results-drawer.component.ts @@ -50,6 +50,7 @@ export class ResultsDrawerComponent implements OnInit, OnChanges, AfterViewInit constructor(public layout: LayoutService, private window: WindowService, private host: ElementRef, private platform: PlatformService) { } ngOnInit(): void { + this.areaSearchState.selectNationWide() if (this.layout.mobile()){ this.state = DrawerState.Full; } diff --git a/projects/srm/src/app/search-results/search-results.component.ts b/projects/srm/src/app/search-results/search-results.component.ts index 1adeb1b..c10be8c 100644 --- a/projects/srm/src/app/search-results/search-results.component.ts +++ b/projects/srm/src/app/search-results/search-results.component.ts @@ -188,6 +188,7 @@ export class SearchResultsComponent implements OnInit, OnChanges, AfterViewInit }) ).subscribe(); }); + this.areaSearchState.selectNationWide() } ngOnChanges(): void {