diff --git a/src/views/accounts/LexicalEditorInput.jsx b/src/views/accounts/LexicalEditorInput.jsx index 96bf222..1eb7d26 100644 --- a/src/views/accounts/LexicalEditorInput.jsx +++ b/src/views/accounts/LexicalEditorInput.jsx @@ -19,7 +19,7 @@ const LexicalEditorInput = (props) => { html: val.html, }) }} - initialValue={value} + initialValue={value.html} /> ) }