Skip to content

Commit

Permalink
Merge pull request #11678 from Puneet-here/vba-checkbox
Browse files Browse the repository at this point in the history
Fix:  The checkbox is already checked off under Connect manually
  • Loading branch information
chiragsalian authored Oct 7, 2022
2 parents a720317 + b1ce896 commit 3ceed31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/BankAccountManualStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class BankAccountManualStep extends React.Component {
</TextLink>
</View>
)}
defaultValue={ReimbursementAccountUtils.getDefaultStateForField(this.props, 'acceptTerms', true)}
defaultValue={ReimbursementAccountUtils.getDefaultStateForField(this.props, 'acceptTerms', false)}
shouldSaveDraft
/>
</Form>
Expand Down

0 comments on commit 3ceed31

Please sign in to comment.