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">
|
<span className="font-medium">
|
||||||
Command
|
Command
|
||||||
<span className="mb-1 ml-2 hidden group-hover:inline">
|
<span className="mb-1 ml-2 hidden group-hover:inline">
|
||||||
<CopyToClipboardButton
|
<CopyToClipboardButton text={command} tooltipText="Copy Command" />
|
||||||
text={`"command": "${command}"`}
|
|
||||||
tooltipText="Copy Command"
|
|
||||||
/>
|
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user