feat: captured data

This commit is contained in:
karishmas6
2024-10-24 05:01:10 +05:30
parent 24bc78759a
commit 6378cefdeb

View File

@@ -92,7 +92,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
<div>
<Typography variant='h6' sx={{ display: 'flex', alignItems: 'center' }}>
<ArticleIcon sx={{ marginRight: '15px' }} />
Serializable output
Captured Data
</Typography>
{Object.keys(row.serializableOutput).map((key) => {
return (