@mw-kit/mw-ui 1.7.29 → 1.7.30

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.
@@ -14528,9 +14528,9 @@ var Label$2 = function Label(props) {
14528
14528
  var _context$checked = context.checked,
14529
14529
  checked = _context$checked[0],
14530
14530
  setChecked = _context$checked[1];
14531
- var _props$option$data = props.option.data,
14532
- disabled = _props$option$data.disabled,
14533
- value = _props$option$data.value;
14531
+ var _props$option = props.option,
14532
+ disabled = _props$option.disabled,
14533
+ value = _props$option.value;
14534
14534
  var LabelComponent = props.label;
14535
14535
  return React__default.createElement(Checkbox, {
14536
14536
  type: 'checkbox',