ywana-core8 0.0.647 → 0.0.648

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.
@@ -8224,6 +8224,10 @@ var TableEditor$1 = function TableEditor(props) {
8224
8224
  }));
8225
8225
  return item;
8226
8226
  });
8227
+ table.columns.push({
8228
+ id: "actions",
8229
+ label: ""
8230
+ });
8227
8231
  table.rows = rows;
8228
8232
  return {
8229
8233
  id: groupName,