ryoji-s 2 лет назад
Родитель
Сommit
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">