Propagate automationId to form fields
[MAILPOET-1973]
This commit is contained in:
committed by
Rostislav Wolný
parent
2e7de9ce13
commit
3a5fba5899
@@ -214,6 +214,7 @@ class Form extends React.Component {
|
|||||||
item={this.getValues()}
|
item={this.getValues()}
|
||||||
onValueChange={onValueChange}
|
onValueChange={onValueChange}
|
||||||
key={`field-${field.name}`}
|
key={`field-${field.name}`}
|
||||||
|
automationId={field.automationId}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user