From a2ab8fbaba2a072403fcc467b5f7d7cf8e0de0e7 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Fri, 2 Jun 2017 21:34:06 +0800 Subject: [PATCH] fix #1365 --- src/BootstrapTable.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/BootstrapTable.js b/src/BootstrapTable.js index 34108d0ae..2db0b68a5 100644 --- a/src/BootstrapTable.js +++ b/src/BootstrapTable.js @@ -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,