Skip to content

Commit

Permalink
fix: Proptype fix for tabelcell
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Jul 7, 2021
1 parent 76ea95d commit 101d290
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 @@ -76,7 +76,7 @@ MTableCell.propTypes = {
value: PropTypes.any,
rowData: PropTypes.object,
errorState: PropTypes.oneOfType([PropTypes.object, PropTypes.bool]),
forwardedRef: PropTypes.element,
forwardedRef: PropTypes.oneOfType([PropTypes.element, PropTypes.func]),
size: PropTypes.string,
colSpan: PropTypes.number,
children: PropTypes.element,
Expand Down

0 comments on commit 101d290

Please sign in to comment.