Skip to content

Commit 52176b5

Browse files
author
Oleksandr Iegorov
committed
ACP2E-716: Quote Filter "Show My Quotes" not working
1 parent 0763e06 commit 52176b5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid/filters

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/filters/filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ define([
203203
* @returns {Filters} Chainable.
204204
*/
205205
apply: function () {
206-
$('body').notification('clear');
206+
//$('body').notification('clear');
207207
this.set('applied', removeEmpty(this.filters));
208208

209209
return this;

0 commit comments

Comments
 (0)