Skip to content

Commit

Permalink
add missing prop
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Fauquette <[email protected]>
  • Loading branch information
kyeongsoosoo and alexfauquette authored Apr 8, 2022
1 parent 1e5d9c3 commit 3be4afd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function GridFilterInputValue(props: GridTypeFilterInputValueProps & TextFieldPr
? {
select: true,
SelectProps: {
native: isSelectNative,
...rootProps.componentsProps?.baseSelect,
},
children: renderSingleSelectOptions(
Expand Down

0 comments on commit 3be4afd

Please sign in to comment.