chore: nested issue highlighting improvement (#4488)
This commit is contained in:
parent
c054b18ad5
commit
f9de1e790c
3 changed files with 14 additions and 6 deletions
|
|
@ -29,6 +29,7 @@ export type TPeekIssue = {
|
|||
workspaceSlug: string;
|
||||
projectId: string;
|
||||
issueId: string;
|
||||
nestingLevel?: number;
|
||||
};
|
||||
|
||||
export type TIssueRelationModal = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue