feat: create pdf export in daftar gangguan response time
This commit is contained in:
@@ -450,7 +450,7 @@ const onExporting = (e: any) => {
|
||||
workbook.xlsx.writeBuffer().then((buffer: any) => {
|
||||
saveAs(
|
||||
new Blob([buffer], { type: 'application/octet-stream' }),
|
||||
'DaftarGangguanDialihkanKePoskoLain.xlsx'
|
||||
'Daftar Gangguan Melapor Lebih Dari 1 Kali.xlsx'
|
||||
)
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user