diff --git a/frontend/dashboard/src/pages/CustomerService/Request/Components/DialogConfirmation.tsx b/frontend/dashboard/src/pages/CustomerService/Request/Components/DialogConfirmation.tsx index 853dcf2e..d92edc43 100644 --- a/frontend/dashboard/src/pages/CustomerService/Request/Components/DialogConfirmation.tsx +++ b/frontend/dashboard/src/pages/CustomerService/Request/Components/DialogConfirmation.tsx @@ -86,7 +86,7 @@ export default function DialogConfirmation({requestLog, setOpenDialog, openDialo const resetForm = () => { setFormData({ status: approve, - no_identitas: '', + no_identitas: requestLog?.no_identitas ?? '', keterangan: '', hak_kamar_pasien: '', penempatan_kamar: '',