feat: -rm icons for capture text and list
This commit is contained in:
@@ -272,7 +272,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
data: any[],
|
data: any[],
|
||||||
columns: string[],
|
columns: string[],
|
||||||
title: string,
|
title: string,
|
||||||
icon: React.ReactNode,
|
|
||||||
csvFilename: string,
|
csvFilename: string,
|
||||||
jsonFilename: string,
|
jsonFilename: string,
|
||||||
isPaginatedList: boolean = false
|
isPaginatedList: boolean = false
|
||||||
@@ -293,7 +292,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
id={`${title.toLowerCase()}-header`}
|
id={`${title.toLowerCase()}-header`}
|
||||||
>
|
>
|
||||||
<Box sx={{ display: 'flex', alignItems: 'center' }}>
|
<Box sx={{ display: 'flex', alignItems: 'center' }}>
|
||||||
{icon}
|
|
||||||
<Typography variant='h6' sx={{ ml: 2 }}>
|
<Typography variant='h6' sx={{ ml: 2 }}>
|
||||||
{title}
|
{title}
|
||||||
</Typography>
|
</Typography>
|
||||||
@@ -812,7 +810,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' }} />,
|
|
||||||
'data.csv',
|
'data.csv',
|
||||||
'data.json'
|
'data.json'
|
||||||
)
|
)
|
||||||
@@ -840,7 +837,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_data.csv',
|
'schema_data.csv',
|
||||||
'schema_data.json'
|
'schema_data.json'
|
||||||
)}
|
)}
|
||||||
@@ -849,7 +845,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_data.csv',
|
'list_data.csv',
|
||||||
'list_data.json',
|
'list_data.json',
|
||||||
true
|
true
|
||||||
|
|||||||
Reference in New Issue
Block a user