Skip to content

Commit b74001b

Browse files
author
Kyle Shike
committed
dont send element type to input legend
1 parent 12d87df commit b74001b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FormGroup/FormGroup.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export default function FormGroup(props) {
5252
{isElementTypeFieldset && props.label && (
5353
<InputLegend
5454
className={props.labelClassName}
55-
elementType={props.elementType}
5655
labelHelperText={props.labelHelperText}
5756
labelHtmlFor={props.labelHtmlFor}
5857
required={props.required}

0 commit comments

Comments
 (0)