[WEB-5201] chore: work item and inbox modal refactor (#7990)
* chore: work item and inbbox modal refactor * chore: code refactor * chore: code refactor * chore: code refactor
This commit is contained in:
parent
d6657d5168
commit
772b5c5719
2 changed files with 2 additions and 1 deletions
|
|
@ -319,6 +319,7 @@ export const IssueFormRoot: FC<IssueFormProps> = observer((props) => {
|
|||
{
|
||||
name: watch("name"),
|
||||
description_html: getTextContent(watch("description_html")),
|
||||
issueId: data?.id,
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue