You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into an issue after a chrome update (updated to Version 100.0.4896.127) where we are trying to queue up a .csv file and the File object type is being set to 'text/csv' in the newer version of Chrome, but was being set to 'application/vnd.ms-excel' in the older version of chrome.
My thought is that we should add 'text/csv' in the mime_xsl file-type list in file-type.class.ts so that csv can be supported where mime type is 'text/csv'.
The text was updated successfully, but these errors were encountered:
Running into an issue after a chrome update (updated to Version 100.0.4896.127) where we are trying to queue up a .csv file and the File object type is being set to 'text/csv' in the newer version of Chrome, but was being set to 'application/vnd.ms-excel' in the older version of chrome.
My thought is that we should add 'text/csv' in the mime_xsl file-type list in file-type.class.ts so that csv can be supported where mime type is 'text/csv'.
The text was updated successfully, but these errors were encountered: