Skip to content

Commit

Permalink
Merge pull request #115 from SFDigitalServices/release-6.3.1
Browse files Browse the repository at this point in the history
fix syntax error in standalone.html view
  • Loading branch information
shawnbot authored Oct 6, 2020
2 parents 28bd75f + 6b31caa commit 54d009e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion views/standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
}

Expand Down

1 comment on commit 54d009e

@vercel
Copy link

@vercel vercel bot commented on 54d009e Oct 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.