improve org form input ids

This commit is contained in:
Keith Grant
2019-04-03 09:13:26 -04:00
parent 3f2cc53992
commit 0c63a57418
3 changed files with 14 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ class OrganizationForm extends Component {
<Form autoComplete="off" onSubmit={formik.handleSubmit}>
<FormRow>
<FormField
id="edit-org-form-name"
id="org-name"
name="name"
type="text"
label={i18n._(t`Name`)}
@@ -107,7 +107,7 @@ class OrganizationForm extends Component {
isRequired
/>
<FormField
id="edit-org-form-description"
id="org-description"
name="description"
type="text"
label={i18n._(t`Description`)}
@@ -119,7 +119,7 @@ class OrganizationForm extends Component {
name="custom_virtualenv"
render={({ field }) => (
<FormGroup
fieldId="edit-org-custom-virtualenv"
fieldId="org-custom-virtualenv"
label={i18n._(t`Ansible Environment`)}
>
<AnsibleSelect