fix: add existing issue modal fix (#3649)
This commit is contained in:
parent
eea3b4fa54
commit
1bf06821bb
5 changed files with 12 additions and 16 deletions
10
packages/types/src/projects.d.ts
vendored
10
packages/types/src/projects.d.ts
vendored
|
|
@ -1,5 +1,11 @@
|
|||
import { EUserProjectRoles } from "constants/project";
|
||||
import type { IUser, IUserLite, IWorkspace, IWorkspaceLite, TStateGroups } from ".";
|
||||
import type {
|
||||
IUser,
|
||||
IUserLite,
|
||||
IWorkspace,
|
||||
IWorkspaceLite,
|
||||
TStateGroups,
|
||||
} from ".";
|
||||
|
||||
export interface IProject {
|
||||
archive_in: number;
|
||||
|
|
@ -117,7 +123,7 @@ export type TProjectIssuesSearchParams = {
|
|||
parent?: boolean;
|
||||
issue_relation?: boolean;
|
||||
cycle?: boolean;
|
||||
module?: string[];
|
||||
module?: string;
|
||||
sub_issue?: boolean;
|
||||
issue_id?: string;
|
||||
workspace_search: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue