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