mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-08 21:27:45 +03: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 {
|
||||
if (issue === undefined) {
|
||||
if (issue !== undefined) {
|
||||
void copyTextToClipboard(params?.issueUrl)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user