Skip to content

Commit

Permalink
proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Oct 21, 2024
1 parent 056b37e commit 517b3c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ GridActionsCell.propTypes = {
* The mode of the cell.
*/
cellMode: PropTypes.oneOf(['edit', 'view']).isRequired,
children: PropTypes.arrayOf(PropTypes.element).isRequired,
/**
* The column of the row that the current cell belongs to.
*/
Expand Down

0 comments on commit 517b3c9

Please sign in to comment.