Propagate automationId to form fields

[MAILPOET-1973]
This commit is contained in:
Ján Mikláš
2019-04-11 14:52:52 +02:00
committed by Rostislav Wolný
parent 2e7de9ce13
commit 3a5fba5899

View File

@@ -214,6 +214,7 @@ class Form extends React.Component {
item={this.getValues()}
onValueChange={onValueChange}
key={`field-${field.name}`}
automationId={field.automationId}
/>
);
});