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.
@@ -4282,7 +4282,7 @@ var TableEditor = function TableEditor(props) {
4282
4282
  clickable: true,
4283
4283
  size: "small",
4284
4284
  action: function action() {
4285
- _action.action(item.id);
4285
+ _action.action(item.id, pageContext);
4286
4286
  }
4287
4287
  });
4288
4288
  }) : [];