Skip to content

Commit

Permalink
fix #1365
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Jun 2, 2017
1 parent 6c6185d commit a2ab8fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/BootstrapTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -1437,10 +1437,10 @@ BootstrapTable.propTypes = {
noDataText: PropTypes.oneOfType([ PropTypes.string, PropTypes.object ]),
withoutNoDataText: React.PropTypes.bool,
handleConfirmDeleteRow: PropTypes.func,
prePage: PropTypes.string,
nextPage: PropTypes.string,
firstPage: PropTypes.string,
lastPage: PropTypes.string,
prePage: PropTypes.any,
nextPage: PropTypes.any,
firstPage: PropTypes.any,
lastPage: PropTypes.any,
prePageTitle: PropTypes.string,
nextPageTitle: PropTypes.string,
firstPageTitle: PropTypes.string,
Expand Down

0 comments on commit a2ab8fb

Please sign in to comment.