Skip to content

Commit

Permalink
clear errors when apply new filters
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulRahmanAbouzaid committed Jun 11, 2020
1 parent f442fa9 commit 674324c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ define([
* @returns {Filters} Chainable.
*/
apply: function () {
$('body').notification('clear');
this.set('applied', removeEmpty(this.filters));

return this;
Expand Down

0 comments on commit 674324c

Please sign in to comment.