diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 44669ed..3c66c55 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -307,6 +307,6 @@ export class AppComponent { } private navigateToError() { - this.router.navigate(['/error'], {queryParams: {'page': this.properties.baseLink + this.router.url}}); + this.router.navigate(['/error']); } }