From 1d11e061780b9d031e0837bb5381ce38aeb0f5b6 Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Fri, 29 Sep 2023 14:41:34 +0700 Subject: [PATCH] update --- .../client-portal/src/sections/dashboard/DialogRequestLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/client-portal/src/sections/dashboard/DialogRequestLog.tsx b/frontend/client-portal/src/sections/dashboard/DialogRequestLog.tsx index bfae3015..be4fb691 100644 --- a/frontend/client-portal/src/sections/dashboard/DialogRequestLog.tsx +++ b/frontend/client-portal/src/sections/dashboard/DialogRequestLog.tsx @@ -115,7 +115,7 @@ const DialogRequestLog = ({ openDialog, setOpenDialog, data }: MuiDialogProps) = setSubmitLoading(true); const formData = makeFormData({ - member_id: data.memberId, + member_id: data.id, result_files: fileHasilPenunjangs, diagnosa_files: fileDiagnosas, kondisi_files: fileKondisis,