diff --git a/components/email/email-viewer.tsx b/components/email/email-viewer.tsx index 88ff7781..f808af0c 100644 --- a/components/email/email-viewer.tsx +++ b/components/email/email-viewer.tsx @@ -1175,6 +1175,7 @@ export function EmailViewer({ id: email.id, contentType, bodyStructure: email.bodyStructure, + bodyValues: email.bodyValues, attachments: email.attachments, blobId: email.blobId, from: email.from,