X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Fvirtual_links%2FnsVirtualLinkCreate.jsx;h=d3dc011f101e4014a003419a25cfaf986fefdb63;hb=837eb0ba8edd9a9fe7c09c5b33857af798cdd6a5;hp=30f76942ff941038db8d7b4e5afda6d26b1df72d;hpb=e29efc315df33d546237e270470916e26df391d6;p=osm%2FUI.git diff --git a/skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinkCreate.jsx b/skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinkCreate.jsx index 30f76942f..d3dc011f1 100644 --- a/skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinkCreate.jsx +++ b/skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinkCreate.jsx @@ -39,6 +39,7 @@ class NsVirtualLinkCreate extends React.Component { componentWillMount() { (!this.state.nsrId && this.props.nsrId) && this.Store.saveNSRId(this.props.nsrId); this.Store.saveMode(this.props.mode); + this.Store.saveOnSuccess(this.props.onSuccess); switch (this.props.mode) { case 'creating': if (!this.state.vld) {