Skip to content

Commit

Permalink
fix #1737
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Nov 11, 2017
1 parent bd55783 commit 0d57d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BootstrapTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ class BootstrapTable extends Component {
} else {
if (!this.allowRemote(Const.REMOTE_SORT)) {
data = this.store.sort().get();
newState.data = data;
}
newState.data = data;
}
this.setState(() => newState);
} else {
Expand Down

0 comments on commit 0d57d95

Please sign in to comment.