Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Feb 15, 2022
1 parent 9307f89 commit 7ec1516
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/data/data-grid/filtering/CustomInputComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ RatingInputValue.propTypes = {
id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
/**
* The name of the operator we want to apply.
* Will become required on `@mui/x-data-grid@6.X`.
* TODO v6: Make required.
*/
operatorValue: PropTypes.string,
/**
Expand Down
2 changes: 2 additions & 0 deletions docs/data/data-grid/filtering/CustomMultiValueOperator.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ InputNumberInterval.propTypes = {
id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
/**
* The name of the operator we want to apply.
* Will become required on `@mui/x-data-grid@6.X`.
* TODO v6: Make required.
*/
operatorValue: PropTypes.string,
/**
Expand Down
2 changes: 2 additions & 0 deletions docs/data/data-grid/filtering/CustomRatingOperator.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ RatingInputValue.propTypes = {
id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
/**
* The name of the operator we want to apply.
* Will become required on `@mui/x-data-grid@6.X`.
* TODO v6: Make required.
*/
operatorValue: PropTypes.string,
/**
Expand Down

0 comments on commit 7ec1516

Please sign in to comment.