diff --git a/resources/js/Pages/Teams/Partials/ExportData.vue b/resources/js/Pages/Teams/Partials/ExportData.vue index 608bf568..96a7a118 100644 --- a/resources/js/Pages/Teams/Partials/ExportData.vue +++ b/resources/js/Pages/Teams/Partials/ExportData.vue @@ -42,7 +42,7 @@ async function exportData() { showResultModal.value = true; loading.value = false; exportResponse.value = response; - window.open(response.download_url, '_blank')?.focus(); + window.open(response.download_url, '_self')?.focus(); } } } @@ -59,7 +59,7 @@ async function exportData() { The download should start automatically. If it does not click here