From 81f46414bbf80874b17a8575f125ec55d89c30f6 Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Wed, 24 Sep 2025 16:41:59 +0800 Subject: [PATCH] fix --- components/editor/custom-editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (
@@ -168,4 +168,4 @@ function CustomEditor(props) { ); } -export default CustomEditor; \ No newline at end of file +export default CustomEditor;