Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 8def3bd

Browse files
committed
feat(ui/portal/profile): make emergency contact email required
1 parent 04ddd23 commit 8def3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/portal/features/profile/ui/questions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ export function Questions({ user, isComplete, onSubmit }: ProfileFormProps) {
412412
placeholder="[email protected]"
413413
name="emergencyContactEmail"
414414
label="Email"
415-
415+
isRequired
416416
/>
417417
<ComboboxField
418418
form={profile}

0 commit comments

Comments
 (0)