diff --git a/package-lock.json b/package-lock.json index 7dced09e..86856d29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "formio-sfds", - "version": "6.3.0", + "version": "6.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 36555f6c..340ceea5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formio-sfds", - "version": "6.3.0", + "version": "6.3.1", "description": "The Form.io theme for sf.gov", "module": "src/index.js", "browser": "dist/formio-sfds.standalone.js", diff --git a/views/standalone.html b/views/standalone.html index 43f56fa8..20713a3b 100644 --- a/views/standalone.html +++ b/views/standalone.html @@ -35,7 +35,7 @@ unlockNavigation: params.get('nav') !== 'false', i18n: tryParse(params.get('i18n')), googleTranslate: params.get('googleTranslate') === 'true', - prefill: params + prefill: params, properties: tryParse(params.get('properties')) }