We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25766bd commit c6b2148Copy full SHA for c6b2148
frontend/src/components/editor/index.tsx
@@ -75,8 +75,6 @@ const Editor = ({ pageId, initialValue }: EditorProp) => {
75
if (content) setInitialContent(JSON.parse(content));
76
}, [pageId]);
77
78
- console.log(initialContent);
79
-
80
return (
81
<EditorRoot>
82
<EditorContent
0 commit comments