${response}
`); }; - const handelAutoGenerateDescription = async () => { + const handleAutoGenerateDescription = async () => { if (!workspaceSlug || !projectId) return; setIAmFeelingLucky(true); @@ -301,7 +301,7 @@ export const IssueForm: FC${res.response}
`); + setValue("description_html", `${watch("description_html") ?? ""}${res.response}
`); } }) .catch((err) => { diff --git a/apps/app/components/rich-text-editor/index.tsx b/apps/app/components/rich-text-editor/index.tsx index 4c44650b9..32b4931f1 100644 --- a/apps/app/components/rich-text-editor/index.tsx +++ b/apps/app/components/rich-text-editor/index.tsx @@ -199,9 +199,11 @@ const RemirrorRichTextEditor: FC{placeholder}
- )} + {(!value || value === "" || value?.content?.[0]?.content === undefined) && + !(typeof value === "string" && value.includes("<")) && + placeholder && ( +{placeholder}
+ )}No such project exist. Create one?
-- Plane is a open source application, to support us you can star us on GitHub! + Plane is open source, support us by staring us on GitHub.