diff --git a/frontend/hospital-portal/src/sections/dashboard/CardSearchMember.tsx b/frontend/hospital-portal/src/sections/dashboard/CardSearchMember.tsx index 5d13683e..7ebbd7f2 100644 --- a/frontend/hospital-portal/src/sections/dashboard/CardSearchMember.tsx +++ b/frontend/hospital-portal/src/sections/dashboard/CardSearchMember.tsx @@ -107,7 +107,7 @@ export default function CardSearchMember(handleSubmitSuccess) { label={localeData.txtCardSearchMember3} value={birthDate} onChange={(newValue) => { - setTanggalLahir( (newValue)); + setBirthDate( (newValue)); }} inputFormat="dd-MM-yyyy" renderInput={(params) => }