summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/CommonFilters.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/CommonFilters.js b/js/CommonFilters.js
index 434ee72c7..1a0ce1606 100644
--- a/js/CommonFilters.js
+++ b/js/CommonFilters.js
@@ -398,6 +398,8 @@ const Filters = {
xhr.post("backend.php", this.attr('value'), () => {
dialog.hide();
+ Notify.close();
+
const tree = dijit.byId("filterTree");
if (tree) tree.reload();
});