Skip to content
Snippets Groups Projects
Commit 4a0e87aa authored by Alf Eaton's avatar Alf Eaton
Browse files

Add download name to link

parent c6871cd0
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ const File = ({ value, file, error, progress }) => ( ...@@ -12,7 +12,7 @@ const File = ({ value, file, error, progress }) => (
</div> </div>
<div className={classes.name}> <div className={classes.name}>
<a href={value.url}> <a href={value.url} download={value.name}>
{value.name} {value.name}
</a> </a>
</div> </div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment