Skip to content

Commit e4b430a

Browse files
committed
Update code for fixed issue #16684
1 parent 5a84c5a commit e4b430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/new-customer-address.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ define([
2626
if (addressData.region && addressData.region['region_id']) {
2727
regionId = addressData.region['region_id'];
2828
} else if (!addressData['region_id']) {
29-
regionId = null;
29+
regionId = undefined;
3030
} else if (countryId === window.checkoutConfig.defaultCountryId) {
3131
regionId = window.checkoutConfig.defaultRegionId;
3232
}

0 commit comments

Comments
 (0)