ImportData: POST CSV directly instead of reading it
This commit is contained in:
@@ -270,5 +270,5 @@ export const FileChooserCSV = props => (
|
||||
);
|
||||
|
||||
FileChooserCSV.defaultProps = {
|
||||
accept: ['.csv'],
|
||||
accept: ['text/csv'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user