update
This commit is contained in:
@@ -286,7 +286,7 @@ const PopupUpdatePatient = ({ onClose, id }: PopupUpdatePatientProps) => {
|
||||
}
|
||||
placeholder="Số điện thoại"
|
||||
name="phone"
|
||||
type="number"
|
||||
type="phone"
|
||||
isPhone
|
||||
value={form.phone}
|
||||
isRequired
|
||||
@@ -324,7 +324,7 @@ const PopupUpdatePatient = ({ onClose, id }: PopupUpdatePatientProps) => {
|
||||
label="SĐT khẩn cấp"
|
||||
placeholder="SĐT khẩn cấp"
|
||||
name="emergencyContactPhone"
|
||||
type="number"
|
||||
type="phone"
|
||||
isRequired
|
||||
isPhone
|
||||
value={form.emergencyContactPhone}
|
||||
|
||||
Reference in New Issue
Block a user