[WEB-4515] fix: duplicate work item quick action #7421
This commit is contained in:
parent
3224122df0
commit
89983b06d2
3 changed files with 5 additions and 2 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue