mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Give setting toggle form group a unique form field id
This commit is contained in:
parent
41a855fa6a
commit
6b7d712f9f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user