mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 14:05:26 +00:00
(js) Ignore exception when closing filter editor
This commit is contained in:
@@ -219,7 +219,8 @@
|
||||
}).then(function() {
|
||||
vm.preferences.defaults.SOGoSieveFilters[index] = filter;
|
||||
form.$setDirty();
|
||||
});
|
||||
},
|
||||
_.noop); // Cancel
|
||||
};
|
||||
|
||||
this.removeMailFilter = function(index, form) {
|
||||
|
||||
Reference in New Issue
Block a user