Skip to content

Commit

Permalink
Hide the loading when an error occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Dec 6, 2024
1 parent 419eb68 commit cef9728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/branded/step-1/branded-checkout-step-1.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ class BrandedCheckoutStep1Controller {
.subscribe(() => {
this.next()
this.loadingAndSubmitting = false
},
() => {
this.loadingAndSubmitting = false
})
}

Expand Down

0 comments on commit cef9728

Please sign in to comment.