mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 05:13:06 +00:00
bug (UBERF-6137) Copy URL link does not work in this button (copy) (#5081)
Signed-off-by: Pavel Kuzyakin <iposho@gmail.com>
This commit is contained in:
parent
2bc558726e
commit
fd2cb39945
@ -47,7 +47,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleCopyUrl (): void {
|
function handleCopyUrl (): void {
|
||||||
if (issue === undefined) {
|
if (issue !== undefined) {
|
||||||
void copyTextToClipboard(params?.issueUrl)
|
void copyTextToClipboard(params?.issueUrl)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user