feat: draft issues (#2188)

* feat: draft issue

issues can be saved as draft

* style: modal position
This commit is contained in:
Dakshesh Jain
2023-09-14 18:38:31 +05:30
committed by GitHub
parent 759a604cb8
commit eda4da8aed
21 changed files with 1478 additions and 106 deletions

View File

@@ -118,6 +118,7 @@ export interface IIssue {
issue_module: IIssueModule | null;
labels: string[];
label_details: any[];
is_draft: boolean;
labels_list: string[];
links_list: IIssueLink[];
link_count: number;