remove static sender

This commit is contained in:
Peter Maquiran
2024-09-13 09:52:07 +01:00
parent cd1ce14de8
commit 65a375db11
2 changed files with 7 additions and 7 deletions
@@ -218,7 +218,7 @@ export class DespachoPage implements OnInit {
"DocNumber": "element.DocNumber",
"FolderId": e.folderId,
"content": e.content,
"Sender": "uuid",
"Sender": "",
"SourceDocId": "element.SourceDocId",
"status": e.status,
}))
File diff suppressed because one or more lines are too long