Skip to content

Commit

Permalink
Merge pull request #1605 from lounsbrough/patch-1
Browse files Browse the repository at this point in the history
Issue 1604: isRowSelectable should be PropTypes.bool
  • Loading branch information
wdh2100 authored Dec 11, 2020
2 parents 419a3b1 + 91160b2 commit 75262ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TableSelectCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ TableSelectCell.propTypes = {
/** Is selectable option enabled */
selectableOn: PropTypes.string,
/** Select cell disabled on/off */
isRowSelectable: PropTypes.func,
isRowSelectable: PropTypes.bool,
};

export default TableSelectCell;

0 comments on commit 75262ba

Please sign in to comment.