fix: ai response not comming for page (#1087)
This commit is contained in:
parent
ddeafc0695
commit
2e4f936dfa
1 changed files with 1 additions and 0 deletions
|
|
@ -369,6 +369,7 @@ export const CreateUpdateBlockInline: React.FC<Props> = ({
|
||||||
else {
|
else {
|
||||||
setValue("description", {});
|
setValue("description", {});
|
||||||
setValue("description_html", `${watch("description_html")}<p>${response}</p>`);
|
setValue("description_html", `${watch("description_html")}<p>${response}</p>`);
|
||||||
|
editorRef.current?.setEditorValue(watch("description_html") ?? "");
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
projectId={projectId?.toString() ?? ""}
|
projectId={projectId?.toString() ?? ""}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue