Skip to content

Commit

Permalink
fix: download results file bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Aug 3, 2020
1 parent 129850c commit 1afe2a1
Show file tree
Hide file tree
Showing 2 changed files with 16,822 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const DownloadButton = (props) => {
return (
<div
onClick={() => {
downloadFile(props.queryURL, props.fileName).then(() => cleanIframes());
downloadFile(props.queryURL, props.fileName);
toggle();
}}
>
Expand Down
Loading

0 comments on commit 1afe2a1

Please sign in to comment.