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