File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Store/view/base/web/templates/filter/store
dev/tests/functional/tests/app/Magento/Backend/Test/Block/Widget Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
-->
7
7
<!-- 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 >
9
9
<!-- /ko -->
10
10
<!-- ko if: 'items' in option -->
11
11
< optgroup data-bind ="attr: { label: option.label } "> </ optgroup >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ abstract class Grid extends Block
46
46
*
47
47
* @var string
48
48
*/
49
- protected $ resetButton = '[title="Reset Filter"][class*= action] ' ;
49
+ protected $ resetButton = '. action-reset ' ;
50
50
51
51
/**
52
52
* The first row in grid. For this moment we suggest that we should strictly define what we are going to search
You can’t perform that action at this time.
0 commit comments