diff --git a/frontend/src/components/CommunicationArea.vue b/frontend/src/components/CommunicationArea.vue index 846c02721..93d8cc968 100644 --- a/frontend/src/components/CommunicationArea.vue +++ b/frontend/src/components/CommunicationArea.vue @@ -52,6 +52,12 @@ :discardButtonProps="{ onClick: () => { showEmailBox = false + newEmailEditor.subject = subject + newEmailEditor.toEmails = doc.data.email ? [doc.data.email] : [] + newEmailEditor.ccEmails = [] + newEmailEditor.bccEmails = [] + newEmailEditor.cc = false + newEmailEditor.bcc = false newEmail = '' }, }"