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