feat: remove output data tab

This commit is contained in:
amhsirak
2025-10-22 13:26:00 +05:30
parent ebbadeb16e
commit 2b06cb51b2

View File

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