Skip to content

Commit

Permalink
fix: fix bug with newsletter field name
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhojang6 committed Jan 31, 2025
1 parent 6f29beb commit c427050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const InputCTASection: React.FC<InputCTASectionProps & Props> = ({
email: formState?.email,
type: buType,
subscription_type: 'email',
newsletterId: newsletterId,
newsletter: newsletterId,
},
}),
},
Expand Down

0 comments on commit c427050

Please sign in to comment.