diff --git a/libs/components/editor-blocks/src/blocks/page/PageView.tsx b/libs/components/editor-blocks/src/blocks/page/PageView.tsx index 7798a4327b..5aca7e6460 100644 --- a/libs/components/editor-blocks/src/blocks/page/PageView.tsx +++ b/libs/components/editor-blocks/src/blocks/page/PageView.tsx @@ -88,7 +88,6 @@ export const PageView: FC = ({ block, editor }) => { className={'title'} supportMarkdown={false} handleEnter={onTextEnter} - handleConvert={() => {}} placeholder={'Untitled'} block={block} editor={editor}