diff --git a/web/components/required-profile-form.tsx b/web/components/required-profile-form.tsx index a698bf82..9a29f2a1 100644 --- a/web/components/required-profile-form.tsx +++ b/web/components/required-profile-form.tsx @@ -46,7 +46,7 @@ export const RequiredProfileUserForm = (props: { value: ProfileWithoutUser[K] | undefined, ) => void isSubmitting: boolean - isLocked: boolean + isLocked?: boolean onSubmit?: () => void profileCreatedAlready?: boolean }) => {