Give setting toggle form group a unique form field id

This commit is contained in:
Marliana Lara
2021-01-15 11:54:35 -05:00
parent 41a855fa6a
commit 6b7d712f9f

View File

@@ -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