Skip to content

Commit a4e4bb1

Browse files
authored
Merge pull request #2341 from asfadmin/kiosk-disp-hotfix
fix: displacement kiosk url loading
2 parents 0e23834 + 222ad98 commit a4e4bb1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/services/url-state.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ export class UrlStateService {
107107
public load(): void {
108108
if (this.kioskMode) {
109109
this.store$.dispatch(new SetSearchType(models.SearchType.DISPLACEMENT))
110-
this.loadStateFrom({}); // init search for displacement and other search type params
111110
}
112111
this.activatedRoute.queryParams.pipe(
113112
skip(1),

0 commit comments

Comments
 (0)