solidusio / solidus_bolt

BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Re-enable submitButton after CC error #128

Closed DanielePalombo closed 2 years ago

DanielePalombo commented 2 years ago

When the submit button is clicked, it's disabled to prevent Debounce button issue, but was not re-enabled when the code fails. This code fixes the problem re-enabling the button after the error.