feat: show output tab first

This commit is contained in:
karishmas6
2024-10-24 04:46:10 +05:30
parent 35afdf4e9b
commit e986dd54f6

View File

@@ -52,9 +52,9 @@ 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="Output Data" value='output' />
<Tab label="Log" value='log' />
{/* <Tab label="Input" value='input' /> */}
<Tab label="Output Data" value='output' />
</Tabs>
</Box>
<TabPanel value='log'>