[WIKI-574] fix: disable copy comment link option for intake work item #7707
This commit is contained in:
parent
28d368d502
commit
292264ba96
3 changed files with 5 additions and 11 deletions
|
|
@ -18,15 +18,6 @@ type TDeDupeIssuePopoverRootProps = {
|
|||
};
|
||||
|
||||
export const DeDupeIssuePopoverRoot: FC<TDeDupeIssuePopoverRootProps> = observer((props) => {
|
||||
const {
|
||||
workspaceSlug,
|
||||
projectId,
|
||||
rootIssueId,
|
||||
issues,
|
||||
issueOperations,
|
||||
disabled = false,
|
||||
renderDeDupeActionModals = true,
|
||||
isIntakeIssue = false,
|
||||
} = props;
|
||||
const {} = props;
|
||||
return <></>;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue