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.
package/dist/index.cjs CHANGED
@@ -4322,7 +4322,7 @@ var TableSelector = function TableSelector(props) {
4322
4322
  label: label,
4323
4323
  raised: true,
4324
4324
  action: function action() {
4325
- return _action(rows);
4325
+ return _action(checked);
4326
4326
  }
4327
4327
  });
4328
4328
  });