[WEB-404] chore: calendar layout add existing issue workflow improvement (#3877)
* chore: target date none filter * chore: calendar layout add existing issue functionality added for cycle and module * fix: enums export in the types package * chore: remove NestedKeyOf type --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
This commit is contained in:
parent
a08f401452
commit
da735f318a
10 changed files with 147 additions and 32 deletions
1
packages/types/src/projects.d.ts
vendored
1
packages/types/src/projects.d.ts
vendored
|
|
@ -130,6 +130,7 @@ export type TProjectIssuesSearchParams = {
|
|||
sub_issue?: boolean;
|
||||
issue_id?: string;
|
||||
workspace_search: boolean;
|
||||
target_date?: string;
|
||||
};
|
||||
|
||||
export interface ISearchIssueResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue