Skip to content

Commit 59d9e20

Browse files
committed
fix conflicts
1 parent 3aab828 commit 59d9e20

File tree

3 files changed

+13
-45
lines changed

3 files changed

+13
-45
lines changed

dist/react-bootstrap-table.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ return /******/ (function(modules) { // webpackBootstrap
613613

614614
return _react2.default.createElement(
615615
'div',
616-
{ className: (0, _classnames2.default)('react-bs-table-container', this.props.containerClass),
616+
{ className: (0, _classnames2.default)('react-bs-table-container', this.props.className, this.props.containerClass),
617617
style: this.props.containerStyle },
618618
toolBar,
619619
showPaginationOnTop ? pagination : null,
@@ -10654,8 +10654,6 @@ return /******/ (function(modules) { // webpackBootstrap
1065410654
shakeEditor: false,
1065510655
isInsertModalOpen: false
1065610656
});
10657-
// reset form
10658-
this.refs.form.reset();
1065910657
}
1066010658
}
1066110659
}, {
@@ -10918,7 +10916,8 @@ return /******/ (function(modules) { // webpackBootstrap
1091810916
_reactModal2.default,
1091910917
{ className: 'react-bs-insert-modal modal-dialog',
1092010918
isOpen: this.state.isInsertModalOpen,
10921-
onRequestClose: this.handleModalClose },
10919+
onRequestClose: this.handleModalClose,
10920+
contentLabel: 'Modal' },
1092210921
modal
1092310922
);
1092410923
}
@@ -13368,7 +13367,6 @@ return /******/ (function(modules) { // webpackBootstrap
1336813367
showAllText: _Const2.default.SHOW_ALL,
1336913368
showOnlySelectText: _Const2.default.SHOW_ONLY_SELECT,
1337013369
toggle: false,
13371-
btnText: _Const2.default.DELETE_BTN_TEXT,
1337213370
btnContextual: 'btn-primary',
1337313371
className: '',
1337413372
onClick: undefined

dist/react-bootstrap-table.js.map

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

dist/react-bootstrap-table.min.js

Lines changed: 9 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)