chore: workspace draft issue type (#5836)

This commit is contained in:
Anmol Singh Bhatia 2024-10-15 18:59:22 +05:30 committed by GitHub
parent ff090ecf39
commit 4e70e894f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 9 deletions

View file

@ -3,6 +3,7 @@ type TIssueAdditionalPropertiesProps = {
issueTypeId: string | null;
projectId: string;
workspaceSlug: string;
isDraft?: boolean;
};
export const IssueAdditionalProperties: React.FC<TIssueAdditionalPropertiesProps> = () => <></>;