feat: create pdf export in daftar gangguan response time

This commit is contained in:
kur0nek-o 2024-03-12 21:34:36 +07:00
parent dd445d33d2
commit e0d19922e2

View File

@ -504,7 +504,7 @@ const onExporting = (e: any) => {
workbook.xlsx.writeBuffer().then((buffer: any) => {
saveAs(
new Blob([buffer], { type: 'application/octet-stream' }),
'DaftarGangguanDialihkanKePoskoLain.xlsx'
'Daftar Gangguan Dialihkan Ke Posko Lain.xlsx'
)
})
})