feat: disable log

This commit is contained in:
karishmas6
2024-10-11 00:28:23 +05:30
parent 1ff5598fc8
commit 520594d57e

View File

@@ -31,7 +31,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" value='output' />
</Tabs>