fix:解决 EditorInput 默认显示 [object]

2.0/email-builder
Jimmy Liow 11 months ago
parent a0b30071c0
commit 378da335d0

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

Loading…
Cancel
Save