mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
disable double stringify (#57243)
This commit is contained in:
@@ -207,11 +207,7 @@ class UnThemedLogRowMessage extends PureComponent<Props> {
|
||||
</Tooltip>
|
||||
)}
|
||||
<Tooltip placement="top" content={'Copy'}>
|
||||
<IconButton
|
||||
size="md"
|
||||
name="copy"
|
||||
onClick={() => navigator.clipboard.writeText(JSON.stringify(restructuredEntry))}
|
||||
/>
|
||||
<IconButton size="md" name="copy" onClick={() => navigator.clipboard.writeText(restructuredEntry)} />
|
||||
</Tooltip>
|
||||
</span>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user