style: Added placeholder to EmailEditor.tsx

This commit is contained in:
Dries Augustyns
2025-12-08 17:45:08 +01:00
parent 8ec0f50f68
commit a372e55b78
5 changed files with 1426 additions and 2097 deletions
-1
View File
@@ -288,7 +288,6 @@ export default function TemplateEditorPage() {
<EmailEditor
value={editedTemplate.body || ''}
onChange={body => setEditedTemplate({...editedTemplate, body})}
placeholder="<h1>Welcome!</h1><p>Thanks for subscribing to our newsletter.</p>"
/>
</CardContent>
</Card>