ywana-core8 0.0.647 → 0.0.649

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.cjs CHANGED
@@ -8190,6 +8190,10 @@ var TableEditor$1 = function TableEditor(props) {
8190
8190
  rows: []
8191
8191
  };
8192
8192
  }, [schema]);
8193
+ table.columns.push({
8194
+ id: "actions",
8195
+ label: ""
8196
+ });
8193
8197
  var items = filter ? filter(all) : all;
8194
8198
  if (items.length === 0) return /*#__PURE__*/React__default["default"].createElement("div", {
8195
8199
  className: "empty-message"