diff --git a/src/modules/otus/components/DWCDownload.vue b/src/modules/otus/components/DWCDownload.vue index 584a4c3..6f94231 100644 --- a/src/modules/otus/components/DWCDownload.vue +++ b/src/modules/otus/components/DWCDownload.vue @@ -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' ) }