Skip to content

Commit d634759

Browse files
committed
Fixing story config
1 parent 75da794 commit d634759

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dotcom-rendering/src/components/ManyNewsletterSignUp.stories.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ export const Default = () => {
4343
/>
4444
<ManyNewsletterSignUp
4545
useReCaptcha={false}
46-
captchaSiteKey="TEST_RECAPTCHA_SITE_KEY"
46+
visibleRecaptcha={false}
47+
invisibleCaptchaSiteKey="TEST_RECAPTCHA_SITE_KEY_INVISIBLE"
48+
visibleCaptchaSiteKey="TEST_RECAPTCHA_SITE_KEY_VISIBLE"
4749
/>
4850
</>
4951
);

0 commit comments

Comments
 (0)