Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
haroun committed Oct 11, 2023
1 parent 500e775 commit db3dadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/@apostrophecms/form-widget/ui/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default () => {
try {
input.recaptcha = await recaptcha.getToken(el);
} catch (error) {
// eslint-disable-next-line
console.error('reCAPTCHA execution error:', error);
apos.util.addClass(recaptchaError, 'apos-form-visible');
return null;
Expand Down

0 comments on commit db3dadd

Please sign in to comment.