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 6c72b03 commit ea49234Copy full SHA for ea49234
app/code/Magento/Customer/view/adminhtml/web/js/form/element/region.js
@@ -19,10 +19,12 @@ define([
19
* @param {String} value - region
20
*/
21
setDifferedFromDefault: function (value) {
22
- var label = parseFloat(value) ? this.indexedOptions[value].label : '';
23
-
24
this._super();
+
+ let label = parseFloat(value) ? this.indexedOptions[value].label : '';
25
26
this.source.set(this.regionScope,label);
27
28
}
29
});
30
0 commit comments