forked from github/plane
fix: parent select modal params updated (#3914)
This commit is contained in:
parent
535731141f
commit
89d019df57
@ -703,6 +703,7 @@ export const IssueFormRoot: FC<IssueFormProps> = observer((props) => {
|
|||||||
setSelectedParentIssue(issue);
|
setSelectedParentIssue(issue);
|
||||||
}}
|
}}
|
||||||
projectId={projectId}
|
projectId={projectId}
|
||||||
|
issueId={data?.id}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user