Skip to content

Commit

Permalink
Merge pull request #3719 from Tangerine-Community/add-verification-gr…
Browse files Browse the repository at this point in the history
…oup-reponses

feat(editor): Disable GPS
  • Loading branch information
esurface authored Jul 19, 2024
2 parents 2a6ee4d + a6543ad commit 27331d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"redux": "^4.0.5",
"rxjs": "~6.5.5",
"rxjs-compat": "^6.5.5",
"tangy-form": "^4.43.2",
"tangy-form": "^4.45.1",
"tangy-form-editor": "7.18.0",
"translation-web-component": "0.0.3",
"tslib": "^1.11.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class TangyFormsPlayerComponent {
this.$afterResubmit.next(true)
})
}
this.unlockFormResponses? this.formEl.unlock(): null
this.unlockFormResponses? this.formEl.unlock({disableComponents:['TANGY-GPS']}): null
this.$rendered.next(true)
this.rendered = true
}
Expand Down

0 comments on commit 27331d7

Please sign in to comment.