mirror of
https://github.com/gosticks/react-table.git
synced 2026-06-28 09:00:02 +00:00
Fix misspelled in propTypes (#1353)
This commit is contained in:
@@ -22,7 +22,7 @@ const propTypes = {
|
||||
columns: PropTypes.arrayOf(
|
||||
PropTypes.shape({
|
||||
sortByFn: PropTypes.func,
|
||||
efaultSortDesc: PropTypes.bool
|
||||
defaultSortDesc: PropTypes.bool
|
||||
})
|
||||
),
|
||||
sortByFn: PropTypes.func,
|
||||
|
||||
Reference in New Issue
Block a user