Merge remote-tracking branch 'origin/main' into cloudflare
This commit is contained in:
commit
0da8f7d335
@ -49,7 +49,7 @@ export function NewsletterFormCard({ className }: NewsletterFormCardProps) {
|
|||||||
|
|
||||||
// Create a schema for newsletter subscription
|
// Create a schema for newsletter subscription
|
||||||
const formSchema = z.object({
|
const formSchema = z.object({
|
||||||
subscribed: z.boolean().default(false),
|
subscribed: z.boolean(),
|
||||||
});
|
});
|
||||||
|
|
||||||
// Initialize the form
|
// Initialize the form
|
||||||
|
Loading…
Reference in New Issue
Block a user