Skip to content

Commit b989ebf

Browse files
committed
prod
1 parent a2ab8fb commit b989ebf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

dist/react-bootstrap-table.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,10 +1870,10 @@ return /******/ (function(modules) { // webpackBootstrap
18701870
noDataText: _react.PropTypes.oneOfType([_react.PropTypes.string, _react.PropTypes.object]),
18711871
withoutNoDataText: _react2.default.PropTypes.bool,
18721872
handleConfirmDeleteRow: _react.PropTypes.func,
1873-
prePage: _react.PropTypes.string,
1874-
nextPage: _react.PropTypes.string,
1875-
firstPage: _react.PropTypes.string,
1876-
lastPage: _react.PropTypes.string,
1873+
prePage: _react.PropTypes.any,
1874+
nextPage: _react.PropTypes.any,
1875+
firstPage: _react.PropTypes.any,
1876+
lastPage: _react.PropTypes.any,
18771877
prePageTitle: _react.PropTypes.string,
18781878
nextPageTitle: _react.PropTypes.string,
18791879
firstPageTitle: _react.PropTypes.string,
@@ -10853,7 +10853,7 @@ return /******/ (function(modules) { // webpackBootstrap
1085310853
dropdown = sizePerPageDropDown({
1085410854
open: this.state.open,
1085510855
hideSizePerPage: hideSizePerPage,
10856-
currSizePerPage: sizePerPage,
10856+
currSizePerPage: String(sizePerPage),
1085710857
sizePerPageList: sizePerPageList,
1085810858
toggleDropDown: this.toggleDropDown,
1085910859
changeSizePerPage: this.changeSizePerPage

dist/react-bootstrap-table.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)