From 1abb9b2539b5db49b47eab164e565bff6149b2b1 Mon Sep 17 00:00:00 2001 From: Muhammad Fajar Date: Wed, 27 Sep 2023 15:54:00 +0700 Subject: [PATCH] add pdf custom file --- .../src/sections/dashboard/DialogRequestLog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/client-portal/src/sections/dashboard/DialogRequestLog.tsx b/frontend/client-portal/src/sections/dashboard/DialogRequestLog.tsx index f795b4ec..be4fb691 100644 --- a/frontend/client-portal/src/sections/dashboard/DialogRequestLog.tsx +++ b/frontend/client-portal/src/sections/dashboard/DialogRequestLog.tsx @@ -225,7 +225,7 @@ const DialogRequestLog = ({ openDialog, setOpenDialog, data }: MuiDialogProps) = style={{ display: 'none' }} multiple onChange={handleKondisiInputChange} - accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel, text/plain" + accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel, text/plain, application/pdf" />