forked from github/plane
fix: description is not getting saved
This commit is contained in:
parent
0c4e197940
commit
faefb61d2f
@ -130,6 +130,7 @@ export const IssueForm: FC<IssueFormProps> = observer((props) => {
|
|||||||
const payload: Partial<IIssue> = {
|
const payload: Partial<IIssue> = {
|
||||||
name: getValues("name"),
|
name: getValues("name"),
|
||||||
description: getValues("description"),
|
description: getValues("description"),
|
||||||
|
description_html: getValues("description_html"),
|
||||||
state: getValues("state"),
|
state: getValues("state"),
|
||||||
priority: getValues("priority"),
|
priority: getValues("priority"),
|
||||||
assignees: getValues("assignees"),
|
assignees: getValues("assignees"),
|
||||||
|
Loading…
Reference in New Issue
Block a user