fix send webtrix document

This commit is contained in:
Peter Maquiran
2024-08-16 12:24:26 +01:00
parent 5f4d5ab1a8
commit bec5104ac8
13 changed files with 44 additions and 35 deletions
@@ -864,7 +864,7 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
}
message.attachments = [{
fileName: res.data.selected.Assunto,
source: MessageAttachmentSource.Device,
source: MessageAttachmentSource.Webtrix,
fileType: MessageAttachmentFileType.Doc,
applicationId: res.data.selected.ApplicationType,
docId: res.data.selected.Id,