step 9 : change input type dob edit to hidden

This commit is contained in:
sindhu
2024-05-31 18:56:50 +07:00
parent ea38d1cdcd
commit 7819a0f900

View File

@@ -375,7 +375,7 @@ func (lh *MdDoctorHandler) HandleShowMdDoctorScreen(c echo.Context) error {
Label: "Tanggal Lahir Edit",
Name: "doctortgllahiredit",
Placeholder: "Tanggal Lahir Edit",
Type: "text",
Type: "hidden",
ID: "doctortgllahiredit",
// Value: "2021-01-01",
},