@internetstiftelsen/styleguide 2.24.45-beta.0.1 → 2.24.45-beta.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetstiftelsen/styleguide",
3
- "version": "2.24.45-beta.0.1",
3
+ "version": "2.24.45-beta.0.2",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -284,7 +284,7 @@ export default class Form {
284
284
  captchaCallback = () => {
285
285
  if (typeof window.grecaptcha !== 'undefined' && process.env.RECAPTCHA_KEY !== undefined) {
286
286
  /* global grecaptcha */
287
- grecaptcha.execute(process.env.RCAPTCHA_KEY, { action: this.recaptcha })
287
+ grecaptcha.execute(process.env.RECAPTCHA_KEY, { action: this.recaptcha })
288
288
  .then((token) => {
289
289
  this.token = token;
290
290
  });