parent
e931a6e56e
commit
1af58f6e61
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class CsvExporter {
|
|||
|
||||
{
|
||||
// Header row
|
||||
const row: string[] = ['Title']
|
||||
const row: string[] = [intl.formatMessage({id: 'TableComponent.name', defaultMessage: 'Name'})]
|
||||
visibleProperties.forEach((template: IPropertyTemplate) => {
|
||||
row.push(template.name)
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue