Skip to content

Commit e5a40f7

Browse files
committed
MAGETWO-32125: [FF33] Broken design for "select store" element in CMS grid filter
- Fixed template for options
1 parent 71cd40d commit e5a40f7

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Store/view/base/web/templates/filter/store

1 file changed

+1
-1
lines changed

app/code/Magento/Store/view/base/web/templates/filter/store/item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
-->
77
<!-- ko ifnot: 'items' in option -->
8-
<option data-bind="attr: { label: option.label, value: option.value }"></option>
8+
<option data-bind="attr: { label: option.label, value: option.value }, text: option.label"></option>
99
<!-- /ko -->
1010
<!-- ko if: 'items' in option -->
1111
<optgroup data-bind="attr: { label: option.label }"></optgroup>

0 commit comments

Comments
 (0)