Merge pull request #836 from getmaxun/output-tabs-run

feat: remove run logs tab
This commit is contained in:
Karishma
2025-10-22 13:17:53 +05:30
committed by GitHub

View File

@@ -643,19 +643,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
}
}}
/>
<Tab
label={t('run_content.tabs.log')}
value='log'
sx={{
color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000',
'&:hover': {
color: '#FF00C3'
},
'&.Mui-selected': {
color: '#FF00C3',
}
}}
/>
</Tabs>
</Box>
<TabPanel value='log'>