mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-3955] chore: work item parent select modal params #7021
This commit is contained in:
committed by
GitHub
parent
6faff1d556
commit
d456767492
@@ -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"
|
||||
|
||||
@@ -334,7 +334,6 @@ export const IssueDefaultProperties: React.FC<TIssueDefaultPropertiesProps> = ob
|
||||
}}
|
||||
projectId={projectId ?? undefined}
|
||||
issueId={isDraft ? undefined : id}
|
||||
searchEpic
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user