fix(instances): send network ids when creating instance
This commit is contained in:
parent
1317894f27
commit
f9c89cbccc
@ -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'] });
|
||||
|
Loading…
Reference in New Issue
Block a user