diff --git a/packages/builder/src/pages/builder/portal/manage/email/[template].svelte b/packages/builder/src/pages/builder/portal/manage/email/[template].svelte
index 60ff3d6110..ad793aeac4 100644
--- a/packages/builder/src/pages/builder/portal/manage/email/[template].svelte
+++ b/packages/builder/src/pages/builder/portal/manage/email/[template].svelte
@@ -90,23 +90,25 @@
Description
{description}
- Change the email template here. Add dynamic content by using the bindings
- menu on the right.
+
+ Change the email template here. Add dynamic content by using the bindings
+ menu on the right.
+
-
{
- selectedTemplate.contents = e.detail.value
- }}
- value={selectedTemplate?.contents}
- />
+
+ {
+ selectedTemplate.contents = e.detail.value
+ }}
+ value={selectedTemplate?.contents}
+ />
+
Bindings
{#if mounted}
@@ -139,22 +141,35 @@