mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Resolve #464
This commit is contained in:
parent
a5caae8991
commit
cf71c1a18f
3 changed files with 6 additions and 7 deletions
|
|
@ -233,8 +233,8 @@ export class FilterModel extends AbstractModel {
|
|||
return filter;
|
||||
}
|
||||
|
||||
cloneSelf() {
|
||||
const filter = new FilterModel();
|
||||
assignTo(target) {
|
||||
const filter = target || new FilterModel();
|
||||
|
||||
filter.id = this.id;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue