Skip to content
Snippets Groups Projects
Commit 728733df authored by Thomas Roos's avatar Thomas Roos
Browse files

Fix bug which makes upload pdf button look disabled

parent c0cb7bf6
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ class Exams extends React.Component {
disablePreview
multiple={false}
>
<DropzoneContent disabled={isDisabled} />
<DropzoneContent disabled={false} />
</Dropzone>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment