fix admin manage material bug
This commit is contained in:
parent
61c997f7a1
commit
5f386e079f
|
|
@ -231,7 +231,7 @@ const EditorMaterial = () => {
|
||||||
<CKEditor
|
<CKEditor
|
||||||
editor={ClassicEditor}
|
editor={ClassicEditor}
|
||||||
config={editorConfig}
|
config={editorConfig}
|
||||||
data={editorData}
|
data={editorData || ""}
|
||||||
onChange={handleEditorChange}
|
onChange={handleEditorChange}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user