Reset send information and better state check before cancel.
This commit is contained in:
parent
10af030fce
commit
fe0b0f59c8
2 changed files with 5 additions and 1 deletions
|
|
@ -123,6 +123,8 @@ export default {
|
|||
})
|
||||
.then(() => {
|
||||
this.sendingStatus = this.sendStatuses.SENT;
|
||||
this.sendingAttachments = [];
|
||||
this.sendingRootEventId = null;
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error("ERROR", err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue