ywana-core8 0.0.650 → 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,14 +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
- table.columns.push({
8186
- id: "actions",
8187
- label: ""
8188
- });
8189
8188
  var items = filter ? filter(all) : all;
8190
8189
  if (items.length === 0) return /*#__PURE__*/React.createElement("div", {
8191
8190
  className: "empty-message"