File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ export const ContactInfo = () => {
254254 id = "emergencyContactName"
255255 name = "emergencyContactName"
256256 label = "Emergency Contact"
257- type = "url "
257+ type = "text "
258258 value = { editedFields . emergencyContactName || '' }
259259 InputProps = { {
260260 readOnly : isEditing ? false : true ,
@@ -287,7 +287,7 @@ export const ContactInfo = () => {
287287 < TextField
288288 id = "emergencyContactPhoneNum"
289289 name = "emergencyContactPhoneNum"
290- label = "Emergergency Contact Phone Number"
290+ label = "Emergency Contact Phone Number"
291291 type = "tel"
292292 value = { editedFields . emergencyContactPhoneNum || '' }
293293 InputProps = { {
Original file line number Diff line number Diff line change @@ -1407,6 +1407,7 @@ components:
14071407 example : https://linkedin.com/in/john.doe
14081408 emergencyContactName :
14091409 type : string
1410+ example : John Doe
14101411 emergencyContactPhoneNum :
14111412 type : string
14121413 example : 0612345678
You can’t perform that action at this time.
0 commit comments