diff --git a/web/core/components/pages/editor/editor-body.tsx b/web/core/components/pages/editor/editor-body.tsx index adbfd63680..4c65f3511c 100644 --- a/web/core/components/pages/editor/editor-body.tsx +++ b/web/core/components/pages/editor/editor-body.tsx @@ -166,14 +166,12 @@ export const PageEditorBody: React.FC = observer((props) => { })} >
-
- -
+ = observer((props) => { }); return ( - <> +
{readOnly ? ( -
{title}
+
{title}
) : ( <>