Skip to content

Commit

Permalink
fix: 🐛 button not disabled for account signup (binary-com#8103)
Browse files Browse the repository at this point in the history
  • Loading branch information
likhith-deriv authored and hamza-deriv committed Apr 3, 2023
1 parent 5e0ddea commit c7a98dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const AccountSignup = ({ enableApp, isModalVisible, clients_country, onSignup, r
className={classNames('account-signup__btn', {
'account-signup__btn--disabled': disableBtn(values, errors),
})}
is_disabled={disableBtn(values, errors)}
type='button'
onClick={() => {
history_value.current = values;
Expand Down

0 comments on commit c7a98dc

Please sign in to comment.