ryoji-s 2 年之前
父節點
當前提交
036c528620
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      packages/editor/src/components/playground/Playground.tsx

+ 0 - 3
packages/editor/src/components/playground/Playground.tsx

@@ -60,10 +60,7 @@ export const Playground = (): JSX.Element => {
             onChange={setMarkdownToPreview}
             onUpload={uploadHandler}
             indentSize={4}
-            setMarkdownToPreview={setMarkdownToPreview}
-            initialValue={initialValue}
             acceptedFileType={AcceptedUploadFileType.ALL}
-            pageId={undefined}
           />
         </div>
         <div className="flex-expand-vert d-none d-lg-flex bg-light text-dark border-start border-dark-subtle p-3">