fix(graph): copy command text directly from PDV (#29645)
This commit is contained in:
parent
bb03ed7d82
commit
37f994ad75
@ -31,10 +31,7 @@ export function TargetExecutorTitle({
|
||||
<span className="font-medium">
|
||||
Command
|
||||
<span className="mb-1 ml-2 hidden group-hover:inline">
|
||||
<CopyToClipboardButton
|
||||
text={`"command": "${command}"`}
|
||||
tooltipText="Copy Command"
|
||||
/>
|
||||
<CopyToClipboardButton text={command} tooltipText="Copy Command" />
|
||||
</span>
|
||||
</span>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user