diff --git a/components/editor/custom-editor.js b/components/editor/custom-editor.js index 0b7579f4..921727a7 100644 --- a/components/editor/custom-editor.js +++ b/components/editor/custom-editor.js @@ -5,7 +5,7 @@ import { CKEditor } from "@ckeditor/ckeditor5-react"; import Editor from "ckeditor5-custom-build"; function CustomEditor(props) { - const maxHeight = props.maxHeight || 600; + const maxHeight = props.maxHeight || 600; return (