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 75da794 commit d634759Copy full SHA for d634759
dotcom-rendering/src/components/ManyNewsletterSignUp.stories.tsx
@@ -43,7 +43,9 @@ export const Default = () => {
43
/>
44
<ManyNewsletterSignUp
45
useReCaptcha={false}
46
- captchaSiteKey="TEST_RECAPTCHA_SITE_KEY"
+ visibleRecaptcha={false}
47
+ invisibleCaptchaSiteKey="TEST_RECAPTCHA_SITE_KEY_INVISIBLE"
48
+ visibleCaptchaSiteKey="TEST_RECAPTCHA_SITE_KEY_VISIBLE"
49
50
</>
51
);
0 commit comments