ywana-core8 0.0.810 → 0.0.811

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.
@@ -6154,8 +6154,9 @@ var TableEditor$3 = function TableEditor(props) {
6154
6154
  setGroupBy = _useState5[1];
6155
6155
 
6156
6156
  function change(id, value) {
6157
- console.log(id, value);
6158
- var nextData = data.map(function (row) {
6157
+ var nextData = data.filter(function (row) {
6158
+ return row.id === "actions";
6159
+ }).map(function (row) {
6159
6160
  if (row.id === id) {
6160
6161
  var _Object$assign6;
6161
6162