change file name
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user