mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: ai response not comming for page (#1087)
This commit is contained in:
parent
ddeafc0695
commit
2e4f936dfa
@ -369,6 +369,7 @@ export const CreateUpdateBlockInline: React.FC<Props> = ({
|
||||
else {
|
||||
setValue("description", {});
|
||||
setValue("description_html", `${watch("description_html")}<p>${response}</p>`);
|
||||
editorRef.current?.setEditorValue(watch("description_html") ?? "");
|
||||
}
|
||||
}}
|
||||
projectId={projectId?.toString() ?? ""}
|
||||
|
Loading…
Reference in New Issue
Block a user