Skip to content

Commit

Permalink
Changed accepted file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Sep 16, 2020
1 parent 1b8c7fd commit 47e3a6b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ export default {
'X-CSRF-Token': document.querySelector('meta[name="csrf-token"]').getAttribute('content')
},
dictDefaultMessage: 'Drop import file here',
acceptedFiles: 'text/*,.zip'
acceptedFiles: '.txt,.zip'

This comment has been minimized.

Copy link
@mjy

mjy Sep 16, 2020

Member

Will add an issue ultimately, but folks have already requests throwing excel sheets directly at the tool. I don't particularly want to support that, but it's already being voiced.

},
}
},
Expand Down

0 comments on commit 47e3a6b

Please sign in to comment.