Skip to content

Commit 6c72b03

Browse files
committed
ACP2E-1609: Region Field is not getting blank after selecting any region for a country
1 parent 665baf8 commit 6c72b03

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
@@ -19,9 +19,9 @@ define([
1919
* @param {String} value - region
2020
*/
2121
setDifferedFromDefault: function (value) {
22-
this._super();
23-
2422
var label = parseFloat(value) ? this.indexedOptions[value].label : '';
23+
24+
this._super();
2525
this.source.set(this.regionScope,label);
2626
}
2727
});

0 commit comments

Comments
 (0)