[WEB-4515] fix: duplicate work item quick action #7421

This commit is contained in:
Anmol Singh Bhatia 2025-07-16 15:19:55 +05:30 committed by GitHub
parent 3224122df0
commit 89983b06d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View file

@ -12,6 +12,7 @@ export interface CopyMenuHelperProps {
activeLayout: string;
setCreateUpdateIssueModal: (open: boolean) => void;
setDuplicateWorkItemModal?: (open: boolean) => void;
workspaceSlug?: string;
}
export const createCopyMenuWithDuplication = (props: CopyMenuHelperProps): TContextMenuItem => {