Skip to content

Commit

Permalink
Make captcha optional to facilitate testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Sep 19, 2024
1 parent 1a166d7 commit 95304b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,6 @@ export const schemaFormBlockSchema = ({ data, intl }) => {
default: -1,
},
},
required: ['default_from', 'captcha', ...conditional_required],
required: ['default_from', ...conditional_required],
};
};

0 comments on commit 95304b7

Please sign in to comment.