ywana-core8 0.0.243 → 0.0.244

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.
@@ -717,7 +717,7 @@ var Property = function Property(props) {
717
717
  }
718
718
 
719
719
  function clear() {
720
- if (onChange) onChange("");
720
+ if (onChange) onChange(id, "");
721
721
  }
722
722
 
723
723
  return /*#__PURE__*/React.createElement("div", {