forked from github/plane
fix: assignee and labels field while editing an issue (#296)
* fix: assignee and labels field while editing an issue * chore: remove unused declarations
This commit is contained in:
committed by
GitHub
parent
a0d176c952
commit
c979599e53
2
apps/app/types/issues.d.ts
vendored
2
apps/app/types/issues.d.ts
vendored
@@ -66,7 +66,7 @@ export interface IIssueLink {
|
||||
}
|
||||
|
||||
export interface IIssue {
|
||||
assignees: any[] | null;
|
||||
assignees: string[] | null;
|
||||
assignee_details: IUser[];
|
||||
assignees_list: string[];
|
||||
attachments: any[];
|
||||
|
||||
Reference in New Issue
Block a user