From 45b133579b2c52f1cfcdf7076bea84defae9af26 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sat, 26 Oct 2019 14:22:44 +0800 Subject: [PATCH] fix #1124 --- packages/react-bootstrap-table2/src/bootstrap-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-bootstrap-table2/src/bootstrap-table.js b/packages/react-bootstrap-table2/src/bootstrap-table.js index 338a428..06c225b 100644 --- a/packages/react-bootstrap-table2/src/bootstrap-table.js +++ b/packages/react-bootstrap-table2/src/bootstrap-table.js @@ -135,7 +135,7 @@ BootstrapTable.propTypes = { remote: PropTypes.oneOfType([PropTypes.bool, PropTypes.shape({ pagination: PropTypes.bool })]), - noDataIndication: PropTypes.oneOfType([PropTypes.string, PropTypes.func]), + noDataIndication: PropTypes.oneOfType([PropTypes.node, PropTypes.func]), striped: PropTypes.bool, bordered: PropTypes.bool, hover: PropTypes.bool,