X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateStore.js;h=3ec2a8029a380f7accd35d07ce73df9d6237c7ea;hp=0e91ee38419017665bd772a30d9401fc2cfe2e1d;hb=bb337a9c9faedfff2ad9955b150940c3dc17069b;hpb=97a42df90e3612d2342f4ae2bbcf19879830313e diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateStore.js b/skyquake/plugins/launchpad/src/instantiate/instantiateStore.js index 0e91ee384..3ec2a8029 100644 --- a/skyquake/plugins/launchpad/src/instantiate/instantiateStore.js +++ b/skyquake/plugins/launchpad/src/instantiate/instantiateStore.js @@ -189,10 +189,10 @@ class LaunchNetworkServiceStore { }); return window.location.hash = 'launchpad/' + tokenizedHash[2]; } - launchNSRError(data) { + launchNSRError(error) { var msg = 'Something went wrong while trying to instantiate. Check the error logs for more information'; - if (data.error) { - msg = data.error; + if(error) { + msg = error; } Alt.actions.global.showNotification.defer(msg); Alt.actions.global.hideScreenLoader.defer();