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
fieldId={fieldId}
helperTextInvalid={helperTextInvalid}
id={`${fieldId}-field`}
isRequired={isRequired}
label={label}
validated={validated}
id={fieldId}
labelIcon={
<>
<Popover