Skip to content

Commit

Permalink
Merge pull request #8970 from Expensify/chirag-password-btn-fix
Browse files Browse the repository at this point in the history
Password btn fix
  • Loading branch information
luacmartins authored May 12, 2022
2 parents ef383f0 + d4fe232 commit d5dbe5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/SetPasswordPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class SetPasswordPage extends Component {
containerStyles={[styles.mb2, styles.mh0]}
message={error}
isAlertVisible={!_.isEmpty(error)}
isDisabled={!this.state.isFormValid}
/>
</View>
</SignInPageLayout>
Expand Down

0 comments on commit d5dbe5e

Please sign in to comment.