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,