Skip to content

Commit

Permalink
Merge pull request #173 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Fix dwc download button
  • Loading branch information
jlpereira authored Oct 9, 2023
2 parents d932b3d + 47d8616 commit 46996e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/otus/components/DWCDownload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const props = defineProps({
function downloadCSV() {
window.open(
`${url}/otus/${props.otu.id}/inventory/dwc?project_token=${project_token}`,
`${url}/otus/${props.otu.id}/inventory/dwc.csv?project_token=${project_token}`,
'_self'
)
}
Expand Down

0 comments on commit 46996e2

Please sign in to comment.