feat: captured screenshot

This commit is contained in:
karishmas6
2024-10-24 04:48:22 +05:30
parent e986dd54f6
commit ac84b8b1a2

View File

@@ -145,7 +145,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
<div>
<Typography variant='h6' sx={{ display: 'flex', alignItems: 'center' }}>
<ImageIcon sx={{ marginRight: '15px' }} />
Binary output</Typography>
Captured Screenshot</Typography>
{Object.keys(row.binaryOutput).map((key) => {
try {
const imageUrl = row.binaryOutput[key];