Skip to content

Commit

Permalink
fix: captcha provider selection widget
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed May 29, 2023
1 parent 3d0fd99 commit ba9ecd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default () => {
},
captcha: {
title: intl.formatMessage(messages.captcha),
type: 'array',
type: 'string',
vocabulary: {
'@id': 'collective.volto.formsupport.captcha.providers',
},
Expand Down

0 comments on commit ba9ecd2

Please sign in to comment.