Skip to content

When export data as CSV, the file doesn't have a file format #217

@brunogarcia

Description

@brunogarcia

When export data as CSV, the file doesn't have a file format.

I think could be resolved it adding the fileFormat variable in this line:

if (format === 'csv') {
content = generateCsvContent(data);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions