Skip to content
Snippets Groups Projects
Commit 8b922c3c authored by Dmytro Vilchynskyi's avatar Dmytro Vilchynskyi
Browse files

Merge remote-tracking branch 'origin/MAGETWO-32125' into PR

parents b11d354e 2458624e
Branches
No related merge requests found
......@@ -203,7 +203,7 @@ class Extended extends \Magento\Backend\Block\Widget\Grid implements \Magento\Ba
$this->setChild(
'reset_filter_button',
$this->getLayout()->createBlock('Magento\Backend\Block\Widget\Button')->setData(
['label' => __('Reset Filter'), 'onclick' => $this->getJsObjectName() . '.resetFilter()']
['label' => __('Reset Filter'), 'onclick' => $this->getJsObjectName() . '.resetFilter()', 'class' => 'action-reset']
)
);
$this->setChild(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment