fix admin manage material bug

This commit is contained in:
Dimas Atmodjo 2024-11-05 02:01:34 +07:00
parent 61c997f7a1
commit 5f386e079f

View File

@ -231,7 +231,7 @@ const EditorMaterial = () => {
<CKEditor <CKEditor
editor={ClassicEditor} editor={ClassicEditor}
config={editorConfig} config={editorConfig}
data={editorData} data={editorData || ""}
onChange={handleEditorChange} onChange={handleEditorChange}
/> />
} }