mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve #348
This commit is contained in:
parent
7d845569d4
commit
671062af31
3 changed files with 11 additions and 19 deletions
|
|
@ -14,7 +14,7 @@ export class AttachmentModel extends AbstractModel {
|
|||
constructor() {
|
||||
super();
|
||||
|
||||
this.checked = ko.observable(false);
|
||||
this.checked = ko.observable(true);
|
||||
|
||||
this.mimeType = '';
|
||||
this.fileName = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue