Skip to content

Commit 79d2f46

Browse files
author
Sergey Kovalenko
committed
MAGETWO-56941: CLONE - CLONE - [Github] Allowed countries for customer address in admin using storeview configuration #2946
1 parent 72d7628 commit 79d2f46

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/country.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ define([
3333

3434
this._super(value, field);
3535
result = _.filter(this.initialOptions, function (item) {
36-
36+
3737
if (item[field]) {
3838
return ~item[field].indexOf(value);
3939
}

0 commit comments

Comments
 (0)