[WEB-3955] chore: work item parent select modal params #7021
This commit is contained in:
parent
6faff1d556
commit
d456767492
2 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue