From 378da335d0a407e5eed7dc88db7ba98639c6c7bb Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Mon, 28 Oct 2024 14:14:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A7=A3=E5=86=B3=20EditorInput=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=20[object]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounts/LexicalEditorInput.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} /> ) }