chore: workspace draft issue type (#5836)
This commit is contained in:
parent
ff090ecf39
commit
4e70e894f6
5 changed files with 15 additions and 9 deletions
|
|
@ -3,6 +3,7 @@ type TIssueAdditionalPropertiesProps = {
|
|||
issueTypeId: string | null;
|
||||
projectId: string;
|
||||
workspaceSlug: string;
|
||||
isDraft?: boolean;
|
||||
};
|
||||
|
||||
export const IssueAdditionalProperties: React.FC<TIssueAdditionalPropertiesProps> = () => <></>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue