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 ae0dd89 commit 2542f94Copy full SHA for 2542f94
frontend/src/components/editor/EditorTitle.tsx
@@ -7,7 +7,6 @@ export default function EditorTitle({
7
title,
8
onTitleChange,
9
}: EditorTitleProps) {
10
- console.log(title);
11
return (
12
<div className="p-12 pb-0">
13
<input
0 commit comments