Skip to content

Commit

Permalink
published version 2.0.0-beta-32
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnb committed Sep 19, 2018
1 parent e6cd0e4 commit 2908226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mui-datatables",
"version": "2.0.0-beta-31",
"version": "2.0.0-beta-32",
"description": "Datatables for React using Material-UI",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/MUIDataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class MUIDataTable extends React.Component {
}
}

setTableAction = (action) => {
setTableAction = action => {
if (typeof this.options.onTableChange === "function") {
this.options.onTableChange(action, this.state);
}
Expand Down

0 comments on commit 2908226

Please sign in to comment.