Skip to content

Commit

Permalink
Give setting toggle form group a unique form field id
Browse files Browse the repository at this point in the history
  • Loading branch information
marshmalien committed Jan 15, 2021
1 parent 2d4a3bc commit a7093bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/ui_next/src/screens/Setting/shared/SharedFields.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ const SettingGroup = withI18n()(
<FormGroup
fieldId={fieldId}
helperTextInvalid={helperTextInvalid}
id={`${fieldId}-field`}
isRequired={isRequired}
label={label}
validated={validated}
id={fieldId}
labelIcon={
<>
<Popover
Expand Down

0 comments on commit a7093bf

Please sign in to comment.