Skip to content

Commit

Permalink
Merge pull request #570 from oist/hotfix/rename-download
Browse files Browse the repository at this point in the history
rename download
  • Loading branch information
ReiHashimoto authored Sep 29, 2023
2 parents d7f6df8 + ac83030 commit 6bd688c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const SnakemakeDownloadButton = React.memo(() => {
</IconButton>
<a
href={url}
download={`snakemake_${workspaceId}.yaml`}
download={`snakemake_${uid}.yaml`}
className="hidden"
ref={ref}
>
Expand Down Expand Up @@ -113,7 +113,7 @@ export const WorkflowDownloadButton = React.memo(() => {
</IconButton>
<a
href={url}
download={`workflow_${workspaceId}.yaml`}
download={`workflow_${uid}.yaml`}
className="hidden"
ref={ref}
>
Expand Down

0 comments on commit 6bd688c

Please sign in to comment.