Merge pull request #13575 from vvlladd28/improvement/csv-expor/mime-type
Change mime type for csv export file
This commit is contained in:
commit
c2d28528c9
@ -160,7 +160,7 @@ export const ZIP_TYPE: FileType = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const CSV_TYPE: FileType = {
|
export const CSV_TYPE: FileType = {
|
||||||
mimeType: 'attachament/csv',
|
mimeType: 'text/csv',
|
||||||
extension: 'csv'
|
extension: 'csv'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user