X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Finstances%2Fvnf-instances%2FVNFInstancesComponent.ts;h=90bb6febfb895953a839cfd95fc5deac076aa458;hb=0a34dfa32165036b380ec6ac493469b34007df0a;hp=fdfe9fa1b9c1f664697915854d4bc36b42555a91;hpb=40cc37ef2bbc4aac5debc9dea0baeb6dbd87a2d7;p=osm%2FNG-UI.git diff --git a/src/app/instances/vnf-instances/VNFInstancesComponent.ts b/src/app/instances/vnf-instances/VNFInstancesComponent.ts index fdfe9fa..90bb6fe 100644 --- a/src/app/instances/vnf-instances/VNFInstancesComponent.ts +++ b/src/app/instances/vnf-instances/VNFInstancesComponent.ts @@ -160,7 +160,9 @@ export class VNFInstancesComponent implements OnInit { } this.dataSource.load(this.vnfInstanceData).then((data: {}) => { this.isLoadingResults = false; - }).catch(); + }).catch((): void => { + // Catch Navigation Error + }); }, (error: ERRORDATA) => { this.restService.handleError(error, 'get'); this.isLoadingResults = false;