feat: show run logs

This commit is contained in:
karishmas6
2024-10-24 04:11:09 +05:30
parent d2d27e8a47
commit dd1177bbb0

View File

@@ -51,7 +51,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
<TabContext value={tab}>
<Box sx={{ borderBottom: 1, borderColor: 'divider' }}>
<Tabs value={tab} onChange={(e, newTab) => setTab(newTab)} aria-label="run-content-tabs">
{/* <Tab label="Log" value='log' /> */}
<Tab label="Log" value='log' />
<Tab label="Input" value='input' />
<Tab label="Output Data" value='output' />
</Tabs>