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
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

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