This commit is contained in:
the-djmaze 2022-04-25 09:40:38 +02:00
parent 7d845569d4
commit 671062af31
3 changed files with 11 additions and 19 deletions

View file

@ -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 = '';