Skip to content

Commit

Permalink
Add disabled state to Continue with Google button (#89007)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-ottinger authored Mar 28, 2024
1 parent 3f1a1c4 commit cffa08c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/social-buttons/google.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ class GoogleSocialButton extends Component {
onClick={ this.handleClick }
onMouseEnter={ this.showError }
onMouseLeave={ this.hideError }
disabled={ isDisabled }
>
<GoogleIcon
isDisabled={ isDisabled }
Expand Down

0 comments on commit cffa08c

Please sign in to comment.