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

Commit 0a75627

Browse files
committed
feat(ui/portal/profile): disable middle name
1 parent a352f8b commit 0a75627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export function Questions({ user, isComplete, onSubmit }: ProfileFormProps) {
135135
infoIcon="linkedin"
136136
isDisabled
137137
/>
138-
<TextField
138+
{/* <TextField
139139
variant="text"
140140
placeholder="K."
141141
name="middleName"
@@ -148,7 +148,7 @@ export function Questions({ user, isComplete, onSubmit }: ProfileFormProps) {
148148
)}
149149
infoIcon="linkedin"
150150
isDisabled
151-
/>
151+
/> */}
152152
<TextField
153153
variant="email"
154154
form={profile}

0 commit comments

Comments
 (0)