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"
/>