X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fwim-accounts%2FWIMAccountsComponent.ts;h=4a46bd7d74cf1fd22fb56e4773c5d4183ea89cb7;hb=refs%2Fchanges%2F73%2F13273%2F3;hp=5914f3040cda083e576d1f3c9d99d81c081e1bc6;hpb=40cc37ef2bbc4aac5debc9dea0baeb6dbd87a2d7;p=osm%2FNG-UI.git diff --git a/src/app/wim-accounts/WIMAccountsComponent.ts b/src/app/wim-accounts/WIMAccountsComponent.ts index 5914f30..4a46bd7 100644 --- a/src/app/wim-accounts/WIMAccountsComponent.ts +++ b/src/app/wim-accounts/WIMAccountsComponent.ts @@ -49,7 +49,9 @@ export class WIMAccountsComponent { /** Return to list NS Package List */ public redirectToList(getURL: string): void { if (getURL === '/wim') { - this.router.navigate(['/wim/details']).catch(); + this.router.navigate(['/wim/details']).catch((): void => { + // Catch Navigation Error + }); } } }