Skip to content

Commit 12d87df

Browse files
author
Kyle Shike
committed
dont send elemtn type to input label
1 parent 8ba03da commit 12d87df

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
@@ -64,7 +64,6 @@ export default function FormGroup(props) {
6464
{isElementTypeDiv && props.label && (
6565
<InputLabel
6666
className={props.labelClassName}
67-
elementType={props.elementType}
6867
labelHelperText={props.labelHelperText}
6968
labelHtmlFor={props.labelHtmlFor}
7069
required={props.required}

0 commit comments

Comments
 (0)