react-table-edit 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1465,7 +1465,7 @@ var TableEdit = (0, import_react12.forwardRef)((props, ref) => {
1465
1465
  setRefreshRow(false);
1466
1466
  }, 5);
1467
1467
  };
1468
- const handleDataChange = async (row, col, indexRow) => {
1468
+ const handleDataChange = (row, col, indexRow) => {
1469
1469
  if (dataSourceChange) {
1470
1470
  dataSourceChange(dataSource);
1471
1471
  }
package/dist/index.mjs CHANGED
@@ -1439,7 +1439,7 @@ var TableEdit = forwardRef2((props, ref) => {
1439
1439
  setRefreshRow(false);
1440
1440
  }, 5);
1441
1441
  };
1442
- const handleDataChange = async (row, col, indexRow) => {
1442
+ const handleDataChange = (row, col, indexRow) => {
1443
1443
  if (dataSourceChange) {
1444
1444
  dataSourceChange(dataSource);
1445
1445
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-table-edit",
3
3
  "license": "MIT",
4
- "version": "0.0.4",
4
+ "version": "0.0.6",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",