Bug 94 - SDN and Cloud/Config-Agent account data inconsistent
[osm/UI.git] / skyquake / plugins / launchpad / src / instantiate / instantiateStore.js
index 4807816..5cf0807 100644 (file)
@@ -156,7 +156,7 @@ class LaunchNetworkServiceStore {
         let newState = {
             dataCenters: dataCenters || []
         };
-        if (this.ro['account-type'] == 'openmano') {
+       if (this.state.ro && this.state.ro['account-type'] == 'openmano') {
             newState.dataCenterID = dataCenters[this.ro.name][0].uuid
         }
         this.setState(newState)