Fix for datacenters disappearing
[osm/UI.git] / skyquake / plugins / launchpad / src / instantiate / instantiateStore.js
index b13e242..94ba391 100644 (file)
@@ -156,7 +156,7 @@ class LaunchNetworkServiceStore {
         let newState = {
             dataCenters: dataCenters || []
         };
-       if (this.state.ro && this.state.ro['account-type'] == 'openmano') {
+       if (this.ro && this.ro['account-type'] == 'openmano') {
             newState.dataCenterID = dataCenters[this.ro.name][0].uuid
         }
         this.setState(newState)