Commit cb02af75917d49c758aec1494a033eca84d31bd9
1 parent
ca2a9918
chore: eslint format
Showing
1 changed file
with
1 additions
and
1 deletions
front-end/h5/src/components/core/support/csv-import.js
| 1 | 1 | import Papa from 'papaparse' |
| 2 | 2 | |
| 3 | -const validFileMimeTypes = ['text/csv', 'text/x-csv', 'application/vnd.ms-excel', 'text/plain'] | |
| 3 | +const validFileMimeTypes = ['text/csv', 'text/x-csv', 'application/vnd.ms-excel', 'text/plain'] | |
| 4 | 4 | export default { |
| 5 | 5 | name: 'lbs-csv-import', |
| 6 | 6 | methods: { | ... | ... |