Skip to content

Commit

Permalink
revert wrong merge conflict update
Browse files Browse the repository at this point in the history
  • Loading branch information
teneeto committed Nov 27, 2023
1 parent 3373657 commit ef906d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/PaymentMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function clearDebitCardFormErrorAndSubmit() {
Onyx.set(ONYXKEYS.FORMS.ADD_DEBIT_CARD_FORM, {
isLoading: false,
errors: undefined,
setupComplete: true,
setupComplete: false,
});
}

Expand Down

0 comments on commit ef906d8

Please sign in to comment.