mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 07:16:21 +08:00
Resolve #1432
This commit is contained in:
parent
7b3102a6b3
commit
2dbcd47a56
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
}
|
||||
|
||||
sendCommand() {
|
||||
let sSentFolder = this.currentIdentity()?.sentFolder || FolderUserStore.sentFolder();
|
||||
let sSentFolder = this.currentIdentity()?.sentFolder?.() || FolderUserStore.sentFolder();
|
||||
|
||||
this.attachmentsInProcessError(false);
|
||||
this.attachmentsInErrorError(false);
|
||||
|
|
Loading…
Reference in a new issue