We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e23834 + 222ad98 commit a4e4bb1Copy full SHA for a4e4bb1
1 file changed
src/app/services/url-state.service.ts
@@ -107,7 +107,6 @@ export class UrlStateService {
107
public load(): void {
108
if (this.kioskMode) {
109
this.store$.dispatch(new SetSearchType(models.SearchType.DISPLACEMENT))
110
- this.loadStateFrom({}); // init search for displacement and other search type params
111
}
112
this.activatedRoute.queryParams.pipe(
113
skip(1),
0 commit comments