Skip to content

Commit

Permalink
Apply prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Jan 27, 2025
1 parent 43cd930 commit de0c164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/resources/js/Components/FormBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ function submitState(form, loading = true, reset = false) {
} else {
const inputs = form.querySelectorAll('[name]')
if (inputs.length > 0) {
inputs.forEach(function(element) {
inputs.forEach(function (element) {
if (element.classList.contains('form-invalid')) {
element.classList.remove('form-invalid')
}
Expand Down

0 comments on commit de0c164

Please sign in to comment.