[WEB-3955] chore: work item parent select modal params #7021

This commit is contained in:
Anmol Singh Bhatia
2025-05-07 18:41:28 +05:30
committed by GitHub
parent 6faff1d556
commit d456767492
2 changed files with 0 additions and 2 deletions

View File

@@ -70,7 +70,6 @@ export const IssueParentSelect: React.FC<TIssueParentSelect> = observer((props)
isOpen={isParentIssueModalOpen === issueId}
handleClose={() => toggleParentIssueModal(null)}
onChange={(issue: any) => handleParentIssue(issue?.id)}
searchEpic
/>
<button
type="button"

View File

@@ -334,7 +334,6 @@ export const IssueDefaultProperties: React.FC<TIssueDefaultPropertiesProps> = ob
}}
projectId={projectId ?? undefined}
issueId={isDraft ? undefined : id}
searchEpic
/>
)}
/>