[WEB-4052]fix: sub work item copy link (#7036)
* fix: sub work item copy link * fix: copy url to clipboard
This commit is contained in:
parent
ac5b974d67
commit
2785419d12
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export const useSubIssueOperations = (issueServiceType: TIssueServiceType): TSub
|
|||
const subIssueOperations: TSubIssueOperations = useMemo(
|
||||
() => ({
|
||||
copyLink: (path) => {
|
||||
copyUrlToClipboard(`/${path}`).then(() => {
|
||||
copyUrlToClipboard(path).then(() => {
|
||||
setToast({
|
||||
type: TOAST_TYPE.SUCCESS,
|
||||
title: t("common.link_copied"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue