ywana-core8 0.0.651 → 0.0.652

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.
@@ -8178,15 +8178,13 @@ var TableEditor$1 = function TableEditor(props) {
8178
8178
  /* checked has it´s own handler */
8179
8179
  options: options
8180
8180
  };
8181
+ }).concat({
8182
+ id: "actions",
8183
+ label: "Actions"
8181
8184
  }),
8182
8185
  rows: []
8183
8186
  };
8184
8187
  }, [schema]);
8185
- console.log("table add actions column");
8186
- table.columns.push({
8187
- id: "actions",
8188
- label: ""
8189
- });
8190
8188
  var items = filter ? filter(all) : all;
8191
8189
  if (items.length === 0) return /*#__PURE__*/React.createElement("div", {
8192
8190
  className: "empty-message"