mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
fix lint error
This commit is contained in:
parent
4a616d9f81
commit
c700d07a0a
@ -40,8 +40,8 @@ function ArrayTextField(props) {
|
||||
{...rest}
|
||||
{...field}
|
||||
value={value.join('\n')}
|
||||
onChange={value => {
|
||||
helpers.setValue(value.split('\n').map(v => v.trim()));
|
||||
onChange={val => {
|
||||
helpers.setValue(val.split('\n').map(v => v.trim()));
|
||||
}}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user