feat: -rm icons
This commit is contained in:
@@ -405,7 +405,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
||||
data: any[],
|
||||
columns: string[],
|
||||
title: string,
|
||||
icon: React.ReactNode,
|
||||
dataType: string,
|
||||
csvFilename: string,
|
||||
jsonFilename: string,
|
||||
@@ -434,7 +433,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
||||
boxShadow: 3
|
||||
}}>
|
||||
<CardHeader
|
||||
avatar={icon}
|
||||
title={title}
|
||||
action={
|
||||
<Box>
|
||||
@@ -820,7 +818,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
||||
legacyData,
|
||||
legacyColumns,
|
||||
t('run_content.captured_data.title'),
|
||||
<ArticleIcon sx={{ color: '#FF00C3' }} />,
|
||||
'legacy',
|
||||
'data.csv',
|
||||
'data.json'
|
||||
@@ -868,7 +865,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
||||
schemaData,
|
||||
schemaColumns,
|
||||
t('run_content.captured_data.schema_title'),
|
||||
<SchemaIcon sx={{ color: '#FF00C3' }} />,
|
||||
'schema',
|
||||
'schema_data.csv',
|
||||
'schema_data.json'
|
||||
@@ -882,7 +878,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
||||
[],
|
||||
[],
|
||||
t('run_content.captured_data.list_title'),
|
||||
<ListIcon sx={{ color: '#FF00C3' }} />,
|
||||
'list',
|
||||
'list_data.csv',
|
||||
'list_data.json',
|
||||
|
||||
Reference in New Issue
Block a user