Skip to content

Commit a2ab8fb

Browse files
committed
fix #1365
1 parent 6c6185d commit a2ab8fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/BootstrapTable.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1437,10 +1437,10 @@ BootstrapTable.propTypes = {
14371437
noDataText: PropTypes.oneOfType([ PropTypes.string, PropTypes.object ]),
14381438
withoutNoDataText: React.PropTypes.bool,
14391439
handleConfirmDeleteRow: PropTypes.func,
1440-
prePage: PropTypes.string,
1441-
nextPage: PropTypes.string,
1442-
firstPage: PropTypes.string,
1443-
lastPage: PropTypes.string,
1440+
prePage: PropTypes.any,
1441+
nextPage: PropTypes.any,
1442+
firstPage: PropTypes.any,
1443+
lastPage: PropTypes.any,
14441444
prePageTitle: PropTypes.string,
14451445
nextPageTitle: PropTypes.string,
14461446
firstPageTitle: PropTypes.string,

0 commit comments

Comments
 (0)