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` (mui#13129)
  • Loading branch information
tarunrajput authored and thomasmoon committed Sep 6, 2024
1 parent 832b7c7 commit 25ea301
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 25ea301

Please sign in to comment.