Skip to content

Commit 8cc6163

Browse files
committed
ACP2E-1609: Region Field is not getting blank after selecting any region for a country
1 parent d523136 commit 8cc6163

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Customer/view/adminhtml/web/js/form/element

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/view/adminhtml/web/js/form/element/region.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ define([
2323

2424
if (parseFloat(value)) {
2525
this.source.set(this.regionScope, this.indexedOptions[value].label);
26-
} else if(value === undefined) {
27-
this.source.set(this.regionScope,"");
26+
} else if (value === undefined) {
27+
this.source.set(this.regionScope,'');
2828
}
2929
}
3030
});

0 commit comments

Comments
 (0)