Skip to content

Commit 070105e

Browse files
committed
MAGETWO-34239: JS - Bookmarks
- Linked fields syntax fix
1 parent 2a00459 commit 070105e

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/region.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ define([
1212
return Select.extend({
1313
defaults: {
1414
imports: {
15-
update: '<%= parentName %>.country_id:value'
15+
update: '${ $.parentName }.country_id:value'
1616
}
1717
},
1818

0 commit comments

Comments
 (0)