@salesgenterp/ui-components 0.4.417 → 0.4.418

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.js CHANGED
@@ -10534,6 +10534,7 @@ var Step1 = function Step1(_ref) {
10534
10534
  var next = function next() {
10535
10535
  setBilling(address);
10536
10536
  setShipping(showShipping);
10537
+ setShippingAddressId(address);
10537
10538
  handleNext();
10538
10539
  };
10539
10540
  React.useEffect(function () {
@@ -10566,7 +10567,6 @@ var Step1 = function Step1(_ref) {
10566
10567
  }, /*#__PURE__*/React__default.createElement("select", {
10567
10568
  value: address,
10568
10569
  onChange: function onChange(e) {
10569
- setShippingAddressId(e.target.value);
10570
10570
  setAddress(parseInt(e.target.value));
10571
10571
  }
10572
10572
  }, (_addressList5 = addressList) === null || _addressList5 === void 0 ? void 0 : _addressList5.map(function (address, i) {