Browse Source

Merge pull request #240 from smiclea/replica-fix

Replica / Migration destination env. is not set
Dorin Paslaru 8 years ago
parent
commit
40da1cfcaf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/plugins/endpoint/default/OptionsSchemaPlugin.js

+ 1 - 0
src/plugins/endpoint/default/OptionsSchemaPlugin.js

@@ -85,6 +85,7 @@ export const defaultGetDestinationEnv = (data: WizardData): any => {
       }
       }
     })
     })
   }
   }
+  return env
 }
 }
 
 
 export const defaultGetNetworkMap = (data: WizardData) => {
 export const defaultGetNetworkMap = (data: WizardData) => {