ywana-core8 0.0.99 → 0.0.100

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.
@@ -1060,7 +1060,7 @@ var DataTable = function DataTable(props) {
1060
1060
  label = _ref.label,
1061
1061
  sortable = _ref.sortable;
1062
1062
  return /*#__PURE__*/React.createElement("th", null, id === "checked" ? /*#__PURE__*/React.createElement(CheckBox, {
1063
- action: checkAll
1063
+ onChange: checkAll
1064
1064
  }) : /*#__PURE__*/React.createElement(Text, null, label), sortable ? /*#__PURE__*/React.createElement(Icon, {
1065
1065
  icon: "arrow_up",
1066
1066
  size: "small",