Skip to content

Commit

Permalink
fix: ci / typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredrethman committed Jul 5, 2024
1 parent 7d05ddd commit f99ecc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function Recaptcha() {
} );
}, [ settingsToUpdate.version ] );

function updateSettings( data: RecaptchaData, isToggleSave: boolean = false ) {
function updateSettings( data: RecaptchaData, isToggleSave = false ) {
resetError();

// Perform validation on non `use_captcha` updates.
Expand Down

0 comments on commit f99ecc1

Please sign in to comment.