Skip to content

Commit 8b922c3

Browse files
author
Dmytro Vilchynskyi
committed
Merge remote-tracking branch 'origin/MAGETWO-32125' into PR
2 parents b11d354 + 2458624 commit 8b922c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Block/Widget/Grid/Extended.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ protected function _prepareLayout()
203203
$this->setChild(
204204
'reset_filter_button',
205205
$this->getLayout()->createBlock('Magento\Backend\Block\Widget\Button')->setData(
206-
['label' => __('Reset Filter'), 'onclick' => $this->getJsObjectName() . '.resetFilter()']
206+
['label' => __('Reset Filter'), 'onclick' => $this->getJsObjectName() . '.resetFilter()', 'class' => 'action-reset']
207207
)
208208
);
209209
$this->setChild(

0 commit comments

Comments
 (0)