[WIKI-574] fix: disable copy comment link option for intake work item #7707

This commit is contained in:
Aaryan Khandelwal 2025-09-02 20:39:09 +05:30 committed by GitHub
parent 28d368d502
commit 292264ba96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 11 deletions

View file

@ -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 <></>;
});