Skip to content

Commit 8f6a539

Browse files
committed
Fix warning in checkbox
1 parent 57b7a1c commit 8f6a539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui-component-mapper/src/form-fields/form-fields.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const selectComponent = ({
7979
),
8080
[componentTypes.CHECKBOX]: () => (
8181
<FormControl required={ isRequired } error={ invalid } component="fieldset">
82-
<FormGroup error={ invalid }>
82+
<FormGroup>
8383
<FormControlLabel
8484
control={ <Checkbox
8585
{ ...input }

0 commit comments

Comments
 (0)