Skip to content

Commit 7c8ea8b

Browse files
committed
ACP2E-227: Shipping street address is not cleared completely after removing from the input box
1 parent d70f7b4 commit 7c8ea8b

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ define([
149149
if (isStreetAddressNotEmpty || isStreetAddressDeleted()) {
150150
checkoutData.setShippingAddressFromData(shippingAddrsData);
151151
}
152-
})
152+
});
153153
shippingRatesValidator.initFields(fieldsetName);
154154
});
155155

0 commit comments

Comments
 (0)