chore: nested issue highlighting improvement (#4488)

This commit is contained in:
Anmol Singh Bhatia 2024-05-17 12:17:43 +05:30 committed by GitHub
parent c054b18ad5
commit f9de1e790c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 6 deletions

View file

@ -29,6 +29,7 @@ export type TPeekIssue = {
workspaceSlug: string;
projectId: string;
issueId: string;
nestingLevel?: number;
};
export type TIssueRelationModal = {