feat: -rm vertical view
This commit is contained in:
@@ -808,13 +808,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
{t('run_content.captured_data.title')}
|
{t('run_content.captured_data.title')}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Box>
|
<Box>
|
||||||
<IconButton
|
|
||||||
onClick={() => setViewMode('vertical')}
|
|
||||||
color={viewMode === 'vertical' ? 'primary' : 'default'}
|
|
||||||
sx={{ color: viewMode === 'vertical' ? '#FF00C3' : 'inherit' }}
|
|
||||||
>
|
|
||||||
<ViewListIcon />
|
|
||||||
</IconButton>
|
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user