This commit is contained in:
MartinBraquet
2026-02-26 19:25:49 +01:00
parent 945f4a0d82
commit 26bc68e4db

View File

@@ -46,7 +46,7 @@ export const RequiredProfileUserForm = (props: {
value: ProfileWithoutUser[K] | undefined,
) => void
isSubmitting: boolean
isLocked: boolean
isLocked?: boolean
onSubmit?: () => void
profileCreatedAlready?: boolean
}) => {