We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328ed31 commit d313bb3Copy full SHA for d313bb3
app/code/Magento/Backend/Block/Widget/Grid/Extended.php
@@ -203,7 +203,11 @@ protected function _prepareLayout()
203
$this->setChild(
204
'reset_filter_button',
205
$this->getLayout()->createBlock('Magento\Backend\Block\Widget\Button')->setData(
206
- ['label' => __('Reset Filter'), 'onclick' => $this->getJsObjectName() . '.resetFilter()', 'class' => 'action-reset']
+ [
207
+ 'label' => __('Reset Filter'),
208
+ 'onclick' => $this->getJsObjectName() . '.resetFilter()',
209
+ 'class' => 'action-reset'
210
+ ]
211
)
212
);
213
0 commit comments