UI: Change mime type for csv export file
This commit is contained in:
parent
dfc0183c41
commit
4342952436
@ -160,7 +160,7 @@ export const ZIP_TYPE: FileType = {
|
||||
};
|
||||
|
||||
export const CSV_TYPE: FileType = {
|
||||
mimeType: 'attachament/csv',
|
||||
mimeType: 'text/csv',
|
||||
extension: 'csv'
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user