mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Give setting toggle form group a unique form field id
This commit is contained in:
@@ -48,10 +48,10 @@ const SettingGroup = withI18n()(
|
|||||||
<FormGroup
|
<FormGroup
|
||||||
fieldId={fieldId}
|
fieldId={fieldId}
|
||||||
helperTextInvalid={helperTextInvalid}
|
helperTextInvalid={helperTextInvalid}
|
||||||
|
id={`${fieldId}-field`}
|
||||||
isRequired={isRequired}
|
isRequired={isRequired}
|
||||||
label={label}
|
label={label}
|
||||||
validated={validated}
|
validated={validated}
|
||||||
id={fieldId}
|
|
||||||
labelIcon={
|
labelIcon={
|
||||||
<>
|
<>
|
||||||
<Popover
|
<Popover
|
||||||
|
|||||||
Reference in New Issue
Block a user