rdmo icon indicating copy to clipboard operation
rdmo copied to clipboard

Refactor upload accept

Open jochenklar opened this issue 5 months ago • 0 comments

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.

jochenklar avatar Sep 26 '24 08:09 jochenklar