Skip to content

Commit 45b1335

Browse files
committed
fix #1124
1 parent 970f7c0 commit 45b1335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-bootstrap-table2/src/bootstrap-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ BootstrapTable.propTypes = {
135135
remote: PropTypes.oneOfType([PropTypes.bool, PropTypes.shape({
136136
pagination: PropTypes.bool
137137
})]),
138-
noDataIndication: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
138+
noDataIndication: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),
139139
striped: PropTypes.bool,
140140
bordered: PropTypes.bool,
141141
hover: PropTypes.bool,

0 commit comments

Comments
 (0)