mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Remove unused touched and error props
This commit is contained in:
@@ -163,8 +163,6 @@ function ProjectFormFields({
|
|||||||
organizationHelpers.setValue(value);
|
organizationHelpers.setValue(value);
|
||||||
}}
|
}}
|
||||||
value={organizationField.value}
|
value={organizationField.value}
|
||||||
touched={organizationMeta.touched}
|
|
||||||
error={organizationMeta.error}
|
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
<FormGroup
|
<FormGroup
|
||||||
|
|||||||
Reference in New Issue
Block a user