change file name

This commit is contained in:
Noemi
2025-06-30 15:29:24 +02:00
parent 191209294d
commit 48b2596ff2

View File

@@ -104,7 +104,7 @@ const AllBandiPreInstructorTableAsync = () => {
const url = window.URL.createObjectURL(file); const url = window.URL.createObjectURL(file);
const link = document.createElement('a'); const link = document.createElement('a');
link.href = url; link.href = url;
link.setAttribute('download', `call-${callId}-applications-report.csv`); link.setAttribute('download', `call-${callId}-applications-ranking.csv`);
document.body.appendChild(link); document.body.appendChild(link);
link.click(); link.click();
link.remove(); link.remove();