fix: draft issue type update outside click (#5902)
This commit is contained in:
parent
5afa686a21
commit
56bb6e1f48
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ export const CreateUpdateIssueModalBase: React.FC<IssuesModalProps> = observer((
|
|||
issueTypeId: response.type_id,
|
||||
projectId: response.project_id,
|
||||
workspaceSlug: workspaceSlug.toString(),
|
||||
isDraft: isDraft,
|
||||
isDraft: is_draft_issue,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue