diff --git a/apps/app/components/pages/create-update-block-inline.tsx b/apps/app/components/pages/create-update-block-inline.tsx index 615010700..d3e3dd92e 100644 --- a/apps/app/components/pages/create-update-block-inline.tsx +++ b/apps/app/components/pages/create-update-block-inline.tsx @@ -168,7 +168,7 @@ export const CreateUpdateBlockInline: React.FC = ({ }); else { setValue("description", {}); - setValue("description_html", `${watch("description_html")}

${res.response}

`); + setValue("description_html", `${watch("description_html") ?? ""}

${res.response}

`); } }) .catch((err) => {