We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02089f2 commit b7bd82fCopy full SHA for b7bd82f
app/code/Magento/Checkout/view/frontend/web/js/model/shipping-rates-validator.js
@@ -85,6 +85,7 @@ define([
85
uiRegistry.async(formPath + '.' + field)(self.doElementBinding.bind(self));
86
});
87
let regionId = uiRegistry.async(formPath + '.region_id');
88
+
89
if (regionId() !== undefined) {
90
this.bindHandler(regionId(), self.validateDelay);
91
}
0 commit comments