diff --git a/packages/project-editor/flow/component.tsx b/packages/project-editor/flow/component.tsx
index 42ea4a48..0a1c868f 100644
--- a/packages/project-editor/flow/component.tsx
+++ b/packages/project-editor/flow/component.tsx
@@ -2258,7 +2258,10 @@ function renderActionComponent(
)}
{body ? (
-
+
{body}
) : null}
diff --git a/packages/project-editor/flow/components/actions/index.tsx b/packages/project-editor/flow/components/actions/index.tsx
index b76556be..7f198357 100644
--- a/packages/project-editor/flow/components/actions/index.tsx
+++ b/packages/project-editor/flow/components/actions/index.tsx
@@ -2332,10 +2332,7 @@ const TrixEditor = observer(
};
return (
-
+
{React.createElement("trix-editor", attributes)}