feat: captured data
This commit is contained in:
@@ -92,7 +92,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
<div>
|
<div>
|
||||||
<Typography variant='h6' sx={{ display: 'flex', alignItems: 'center' }}>
|
<Typography variant='h6' sx={{ display: 'flex', alignItems: 'center' }}>
|
||||||
<ArticleIcon sx={{ marginRight: '15px' }} />
|
<ArticleIcon sx={{ marginRight: '15px' }} />
|
||||||
Serializable output
|
Captured Data
|
||||||
</Typography>
|
</Typography>
|
||||||
{Object.keys(row.serializableOutput).map((key) => {
|
{Object.keys(row.serializableOutput).map((key) => {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user