mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: draft issue parent select query params (#4218)
This commit is contained in:
committed by
GitHub
parent
1880eb7704
commit
8e764004f0
@@ -720,7 +720,7 @@ export const IssueFormRoot: FC<IssueFormProps> = observer((props) => {
|
||||
setSelectedParentIssue(issue);
|
||||
}}
|
||||
projectId={projectId}
|
||||
issueId={data?.id}
|
||||
issueId={isDraft ? undefined : data?.id}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user