We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a8028 commit c0fb94bCopy full SHA for c0fb94b
internal/dev_server/ui/src/EventsTable.tsx
@@ -61,7 +61,7 @@ const summaryRows = (
61
<td>
62
{clipboardLink(
63
'Copy to clipboard',
64
- JSON.stringify(summaryEvent.data),
+ JSON.stringify(summaryEvent),
65
showNotification,
66
)}
67
</td>
0 commit comments