Keep subject when applying reply template to preserve email threading
Templates now only fill the message body, not the subject, so the Re: [original subject] line stays intact for proper Gmail threading. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2751,7 +2751,6 @@ export default function AdminPage({ content, onSave, onLogout }: Props) {
|
|||||||
|
|
||||||
setContactReplyDraft({
|
setContactReplyDraft({
|
||||||
...contactReplyDraft,
|
...contactReplyDraft,
|
||||||
subject: template.subject,
|
|
||||||
message: template.message,
|
message: template.message,
|
||||||
})
|
})
|
||||||
setContactReplyMsg(`Applied template: ${template.label}.`)
|
setContactReplyMsg(`Applied template: ${template.label}.`)
|
||||||
|
|||||||
Reference in New Issue
Block a user