Fix attachments in drafts (#2451)

Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com>
This commit is contained in:
Denis Maslennikov
2022-12-20 11:25:45 +07:00
committed by GitHub
parent 12292dbf46
commit 69a229efef
7 changed files with 143 additions and 56 deletions
+1
View File
@@ -222,6 +222,7 @@ export interface IssueDraft extends Doc {
// Estimation in man days
estimation: number
parentIssue?: string
attachments?: number
labels?: TagReference[]
subIssues?: IssueTemplateChild[]
template?: {