We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71201c8 commit 7291b00Copy full SHA for 7291b00
app/routes/settings+/profile.index.tsx
@@ -23,7 +23,7 @@ export const handle: SEOHandle = {
23
}
24
25
const ProfileFormSchema = z.object({
26
- name: NameSchema.optional(),
+ name: NameSchema.nullable().default(null),
27
username: UsernameSchema,
28
})
29
0 commit comments