Update data

This commit is contained in:
ivan-sim
2024-01-25 10:47:03 +07:00
parent d76865f336
commit f3b69c4540
6 changed files with 22 additions and 7 deletions

View File

@@ -334,7 +334,7 @@ export default function DialogFinalLog({ member, getData, onClose, handleSubmitS
onChange={(newValue:any) => {
setDischargeDate( (newValue));
}}
inputFormat="dd-MM-yyyy"
inputFormat="dd-MM-yyyy HH:mm"
renderInput={(params) => <TextField sx={{width:'40%'}} {...params} required/>}
/>
</LocalizationProvider>