[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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} isOpen={isParentIssueModalOpen === issueId}
handleClose={() => toggleParentIssueModal(null)} handleClose={() => toggleParentIssueModal(null)}
onChange={(issue: any) => handleParentIssue(issue?.id)} onChange={(issue: any) => handleParentIssue(issue?.id)}
searchEpic
/> />
<button <button
type="button" type="button"

View file

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