From 432ba0516bea618e50765ca47693165f295f4e5f Mon Sep 17 00:00:00 2001 From: Paulhenry Saux Date: Sun, 12 Jul 2026 18:10:35 +0200 Subject: [PATCH] fix: add bodyValues to onRenderEmailBody hook --- components/email/email-viewer.tsx | 1 + 1 file changed, 1 insertion(+) 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,