@salesgenterp/ui-components 0.4.398 → 0.4.399
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10332,7 +10332,8 @@ var Step1 = function Step1(_ref) {
|
|
|
10332
10332
|
var _addressList2, _addressList2$;
|
|
10333
10333
|
var modifyData = _extends({}, data, {
|
|
10334
10334
|
active: true,
|
|
10335
|
-
billingAddress: true
|
|
10335
|
+
billingAddress: true,
|
|
10336
|
+
shippingAddress: true
|
|
10336
10337
|
});
|
|
10337
10338
|
addStoreAddress(modifyData);
|
|
10338
10339
|
setAddress(billingAddressId || ((_addressList2 = addressList) === null || _addressList2 === void 0 ? void 0 : (_addressList2$ = _addressList2[0]) === null || _addressList2$ === void 0 ? void 0 : _addressList2$.id));
|