fix(instances): send network ids when creating instance

This commit is contained in:
Sérgio Ramos 2018-05-09 10:55:02 +01:00
parent 1317894f27
commit f9c89cbccc
1 changed files with 1 additions and 3 deletions

View File

@ -323,9 +323,7 @@ export default compose(
const _networks =
steps.networks &&
Object.keys(steps.networks).filter(
network => steps.networks[network]
);
steps.networks.map(({ id }) => id);
if (steps['user-script'] && steps['user-script'].length) {
_metadata.push({ name: 'user-script', value: steps['user-script'] });