Skip to content

Commit 40ed764

Browse files
committed
MAGETWO-62276: 'State/Province' isn't changed to input after selecting 'United Kingdom' while filling address on checkout
1 parent 424c113 commit 40ed764

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ define([
4444
if (_.isUndefined(caption)) {
4545
caption = node.label;
4646
}
47+
} else {
48+
return node;
4749
}
48-
49-
return node;
5050
});
5151

5252
return {

0 commit comments

Comments
 (0)