X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fapp%2Fvim-accounts%2FVimAccountsComponent.ts;h=b7e930c528ca4b16bf09ccb3a4321207752de934;hb=refs%2Fchanges%2F48%2F13148%2F2;hp=9951cfcc934d860f15ba790616f6326744673440;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;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 + }); } } }