Fix build errors

This commit is contained in:
Dries Augustyns
2025-12-04 11:42:16 +01:00
parent 6fe3779fcb
commit fde00ebda3
10 changed files with 177 additions and 193 deletions
-4
View File
@@ -270,10 +270,6 @@ export default function TemplateEditorPage() {
value={editedTemplate.body || ''}
onChange={body => setEditedTemplate({...editedTemplate, body})}
placeholder="<h1>Welcome!</h1><p>Thanks for subscribing to our newsletter.</p>"
canUploadImages={true}
subject={editedTemplate.subject}
from={editedTemplate.from}
replyTo={editedTemplate.replyTo || undefined}
/>
</CardContent>
</Card>