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 bc508a5 commit 587eb26Copy full SHA for 587eb26
app/code/Magento/Directory/view/frontend/web/js/region-updater.js
@@ -41,7 +41,7 @@ define([
41
this.setOption = false;
42
this.currentRegionOption = $(e.target).val();
43
44
- if(this.currentRegionOption === '') {
+ if (this.currentRegionOption === '') {
45
$(this.options.regionListId).val('');
46
$(this.options.regionInputId).val('');
47
}
0 commit comments