Skip to content

Commit

Permalink
feat: Update prop types for table cell ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Jan 28, 2022
1 parent b6ae7bc commit 105a2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MTableCell/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ MTableCell.propTypes = {
value: PropTypes.any,
rowData: PropTypes.object,
errorState: PropTypes.oneOfType([PropTypes.object, PropTypes.bool]),
forwardedRef: PropTypes.oneOfType([PropTypes.element, PropTypes.func]),
forwardedRef: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
size: PropTypes.string,
colSpan: PropTypes.number,
children: PropTypes.element,
Expand Down

0 comments on commit 105a2db

Please sign in to comment.