Skip to content

Commit

Permalink
Update src/lib/components/AgGrid.react.js
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Johnson <alex@plot.ly>
  • Loading branch information
BSd3v and alexcjohnson authored Jan 24, 2023
1 parent ff1282d commit b31f59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/AgGrid.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ DashAgGrid.propTypes = {
* If true, the internal method addRows() will be called
*/
enableAddRows: PropTypes.oneOfType([
PropTypes.bool, PropTypes.arrayOf(PropTypes.any)
PropTypes.bool, PropTypes.arrayOf(PropTypes.object)
]),

/**
Expand Down

0 comments on commit b31f59e

Please sign in to comment.