Skip to content

Commit

Permalink
[DataGrid] set default variant to 'standard' in `GridFilterInputMul…
Browse files Browse the repository at this point in the history
…tipleValue` (#13129)
  • Loading branch information
tarunrajput committed Jul 10, 2024
1 parent 863939d commit e9dbcc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function GridFilterInputMultipleValue(props: GridFilterInputMultipleValueProps)
error,
helperText,
size,
variant,
variant = 'standard',
...other
} = props;
const TextFieldProps = {
Expand Down

0 comments on commit e9dbcc1

Please sign in to comment.