Skip to content

Commit 587eb26

Browse files
committed
ACP2E-1609: Region Field is not getting blank after selecting any region for a country
1 parent bc508a5 commit 587eb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Directory/view/frontend/web/js/region-updater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ define([
4141
this.setOption = false;
4242
this.currentRegionOption = $(e.target).val();
4343

44-
if(this.currentRegionOption === '') {
44+
if (this.currentRegionOption === '') {
4545
$(this.options.regionListId).val('');
4646
$(this.options.regionInputId).val('');
4747
}

0 commit comments

Comments
 (0)