ywana-core8 0.0.52 → 0.0.53

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
@@ -4288,7 +4288,7 @@ var TableEditor = function TableEditor(props) {
4288
4288
  clickable: true,
4289
4289
  size: "small",
4290
4290
  action: function action() {
4291
- _action.action(item.id);
4291
+ _action.action(item.id, pageContext);
4292
4292
  }
4293
4293
  });
4294
4294
  }) : [];