Просмотр исходного кода

Replica / Migration destination env. is not set

The destination environment is not set when creating a replica /
migration.
A 'return' statement was forgotten.
Sergiu Miclea 8 лет назад
Родитель
Сommit
d1c372f508
1 измененных файлов с 1 добавлено и 0 удалено
  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) => {