Skip to content

Commit c0fb94b

Browse files
committed
fix clipboard link
1 parent 36a8028 commit c0fb94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/dev_server/ui/src/EventsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const summaryRows = (
6161
<td>
6262
{clipboardLink(
6363
'Copy to clipboard',
64-
JSON.stringify(summaryEvent.data),
64+
JSON.stringify(summaryEvent),
6565
showNotification,
6666
)}
6767
</td>

0 commit comments

Comments
 (0)