mirror of
https://github.com/makeplane/plane.git
synced 2026-05-03 22:49:40 -05:00
fix: draft issue type update outside click (#5902)
This commit is contained in:
committed by
GitHub
parent
5afa686a21
commit
56bb6e1f48
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user