Skip to content

Commit e720f3b

Browse files
authored
[FilledInput] Use slotProps instead of componentsProps (#44552)
1 parent 1ecb13d commit e720f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui-material/src/FilledInput/FilledInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ const FilledInput = React.forwardRef(function FilledInput(inProps, ref) {
316316
return (
317317
<InputBase
318318
slots={{ root: RootSlot, input: InputSlot }}
319-
componentsProps={componentsProps}
319+
slotProps={componentsProps}
320320
fullWidth={fullWidth}
321321
inputComponent={inputComponent}
322322
multiline={multiline}

0 commit comments

Comments
 (0)