Skip to content

Commit c427050

Browse files
committed
fix: fix bug with newsletter field name
1 parent 6f29beb commit c427050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/logos-docusaurus-theme/src/client/components/mdx/InputCTASection/InputCTASection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const InputCTASection: React.FC<InputCTASectionProps & Props> = ({
6262
email: formState?.email,
6363
type: buType,
6464
subscription_type: 'email',
65-
newsletterId: newsletterId,
65+
newsletter: newsletterId,
6666
},
6767
}),
6868
},

0 commit comments

Comments
 (0)