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 d523136 commit 8cc6163Copy full SHA for 8cc6163
app/code/Magento/Customer/view/adminhtml/web/js/form/element/region.js
@@ -23,8 +23,8 @@ define([
23
24
if (parseFloat(value)) {
25
this.source.set(this.regionScope, this.indexedOptions[value].label);
26
- } else if(value === undefined) {
27
- this.source.set(this.regionScope,"");
+ } else if (value === undefined) {
+ this.source.set(this.regionScope,'');
28
}
29
30
});
0 commit comments