(js) Ignore exception when closing filter editor

This commit is contained in:
Francis Lachapelle
2018-08-21 10:20:55 -04:00
parent 3fb60ae002
commit bfd2481a9c
@@ -219,7 +219,8 @@
}).then(function() {
vm.preferences.defaults.SOGoSieveFilters[index] = filter;
form.$setDirty();
});
},
_.noop); // Cancel
};
this.removeMailFilter = function(index, form) {