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.
package/dist/index.cjs CHANGED
@@ -8232,6 +8232,10 @@ var TableEditor$1 = function TableEditor(props) {
8232
8232
  }));
8233
8233
  return item;
8234
8234
  });
8235
+ table.columns.push({
8236
+ id: "actions",
8237
+ label: ""
8238
+ });
8235
8239
  table.rows = rows;
8236
8240
  return {
8237
8241
  id: groupName,