Skip to content

Commit 8e2e3e9

Browse files
author
Oleksandr Iegorov
committed
ACP2E-716: Quote Filter "Show My Quotes" not working
1 parent b60aa2e commit 8e2e3e9

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,10 @@ define([
203203
* @returns {Filters} Chainable.
204204
*/
205205
apply: function () {
206-
//$('body').notification('clear');
206+
if (typeof $('body').notification === 'function') {
207+
$('body').notification('clear');
208+
}
207209
this.set('applied', removeEmpty(this.filters));
208-
209210
return this;
210211
},
211212

0 commit comments

Comments
 (0)