update template batch upload disbursement
This commit is contained in:
@ -37,7 +37,7 @@ const ListToolbar = () => {
|
||||
|
||||
const handleExportData = () => {
|
||||
const link = document.createElement('a');
|
||||
link.href = toAbsoluteUrl('/media/file-templates/template-of-upload-batch.xlsx');
|
||||
link.href = toAbsoluteUrl('/media/file-templates/upload-batch-template.xlsx');
|
||||
link.download = 'upload-batch-template.xlsx';
|
||||
document.body.appendChild(link);
|
||||
link.click();
|
||||
|
||||
Reference in New Issue
Block a user