X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fvim-accounts%2FVimAccountsComponent.ts;h=b7e930c528ca4b16bf09ccb3a4321207752de934;hb=refs%2Fchanges%2F73%2F13273%2F3;hp=9951cfcc934d860f15ba790616f6326744673440;hpb=40cc37ef2bbc4aac5debc9dea0baeb6dbd87a2d7;p=osm%2FNG-UI.git diff --git a/src/app/vim-accounts/VimAccountsComponent.ts b/src/app/vim-accounts/VimAccountsComponent.ts index 9951cfc..b7e930c 100644 --- a/src/app/vim-accounts/VimAccountsComponent.ts +++ b/src/app/vim-accounts/VimAccountsComponent.ts @@ -50,7 +50,9 @@ export class VimAccountsComponent { /** Return to list NS Package List */ public redirectToList(getURL: string): void { if (getURL === '/vim') { - this.router.navigate(['/vim/details']).catch(); + this.router.navigate(['/vim/details']).catch((): void => { + // Catch Navigation Error + }); } } }