[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"),
|
name: watch("name"),
|
||||||
description_html: getTextContent(watch("description_html")),
|
description_html: getTextContent(watch("description_html")),
|
||||||
|
issueId: data?.id,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import { TIssuePriorities } from "./issues";
|
||||||
export type TDuplicateIssuePayload = {
|
export type TDuplicateIssuePayload = {
|
||||||
title: string;
|
title: string;
|
||||||
workspace_id: string;
|
workspace_id: string;
|
||||||
issue_id?: string;
|
issue_id?: string | null;
|
||||||
project_id?: string;
|
project_id?: string;
|
||||||
description_stripped?: string;
|
description_stripped?: string;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue