ryoji-s пре 2 година
родитељ
комит
8fa435a860
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/editor/src/components/CodeMirrorEditorMain.tsx

+ 1 - 1
packages/editor/src/components/CodeMirrorEditorMain.tsx

@@ -30,7 +30,7 @@ type Props = {
   onSave?: () => void,
   onUpload?: (files: File[]) => void,
   indentSize?: number,
-  pageId?: string,
+  pageId?: string | null,
   userName?: string,
   socket?: any, // Socket<DefaultEventsMap, DefaultEventsMap>,
   initialValue: string,