diff --git a/src/pages/BandiPreInstructor/components/AllBandiPreInstructorTableAsync/index.js b/src/pages/BandiPreInstructor/components/AllBandiPreInstructorTableAsync/index.js index 823f916..50c3c0a 100644 --- a/src/pages/BandiPreInstructor/components/AllBandiPreInstructorTableAsync/index.js +++ b/src/pages/BandiPreInstructor/components/AllBandiPreInstructorTableAsync/index.js @@ -104,7 +104,7 @@ const AllBandiPreInstructorTableAsync = () => { const url = window.URL.createObjectURL(file); const link = document.createElement('a'); link.href = url; - link.setAttribute('download', `call-${callId}-applications-report.csv`); + link.setAttribute('download', `call-${callId}-applications-ranking.csv`); document.body.appendChild(link); link.click(); link.remove();