mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
Give setting toggle form group a unique form field id
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user