@ -19,7 +19,7 @@ const LexicalEditorInput = (props) => {
html: val.html,
})
}}
initialValue={value}
initialValue={value.html}
/>
)
}