Skip to content

Commit 674324c

Browse files
clear errors when apply new filters
1 parent f442fa9 commit 674324c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ define([
200200
* @returns {Filters} Chainable.
201201
*/
202202
apply: function () {
203+
$('body').notification('clear');
203204
this.set('applied', removeEmpty(this.filters));
204205

205206
return this;

0 commit comments

Comments
 (0)