Fix: close email dialog after email send

This commit is contained in:
shamoon
2025-03-18 19:14:31 -07:00
parent 1456169d7f
commit 3105317137
2 changed files with 41 additions and 40 deletions

View File

@@ -62,6 +62,7 @@ export class EmailDocumentDialogComponent extends LoadingComponentWithPermission
this.emailAddress = ''
this.emailSubject = ''
this.emailMessage = ''
this.close()
this.toastService.showInfo($localize`Email sent`)
},
error: (e) => {