ywana-core8 0.0.156 → 0.0.157

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.
@@ -4315,7 +4315,7 @@ var TableSelector = function TableSelector(props) {
4315
4315
  label: label,
4316
4316
  raised: true,
4317
4317
  action: function action() {
4318
- return _action(rows);
4318
+ return _action(checked);
4319
4319
  }
4320
4320
  });
4321
4321
  });