rdmo
rdmo copied to clipboard
Refactor upload accept
This PR refactors the accept field for import plugins to match the format of react-dropzone, e.g.:
accept = {
'application/xml': ['.xml'],
'text/xml': ['.xml']
}
It also contains minor renaming in projectActions
.