Skip to content

Commit

Permalink
ver. 9.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Sep 26, 2018
1 parent f85d670 commit ad27d60
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": "uxcore-table",
"version": "9.4.8",
"version": "9.4.9",
"description": "table ui component for react",
"repository": "https://github.com/uxcore/uxcore-table.git",
"author": "zhouquan.yezq",
Expand Down
2 changes: 1 addition & 1 deletion src/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function resetRow(rowData, cb) {
}
updateData.__mode__ = Const.MODE.EDIT;
this.updateRecord(updateData, () => {
if (cb) { cb(); }
if (cb) { cb(updateData); }
});
}

Expand Down

0 comments on commit ad27d60

Please sign in to comment.