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