fix: parent select modal params updated (#3914)

This commit is contained in:
Anmol Singh Bhatia 2024-03-11 21:01:07 +05:30 committed by GitHub
parent 535731141f
commit 89d019df57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -703,6 +703,7 @@ export const IssueFormRoot: FC<IssueFormProps> = observer((props) => {
setSelectedParentIssue(issue);
}}
projectId={projectId}
issueId={data?.id}
/>
)}
/>