diff --git a/web/components/issues/issue-modal/form.tsx b/web/components/issues/issue-modal/form.tsx index 7897e105b..50f60bac5 100644 --- a/web/components/issues/issue-modal/form.tsx +++ b/web/components/issues/issue-modal/form.tsx @@ -190,6 +190,7 @@ export const IssueFormRoot: FC = observer((props) => { reset({ ...defaultValues, + ...(isCreateMoreToggleEnabled ? { ...data } : {}), project_id: getValues("project_id"), description_html: data?.description_html ?? "

", });