ปรับ code การลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-11 15:50:34 +07:00
parent 10bbc9794a
commit 3ee1a64a78
12 changed files with 49 additions and 852 deletions

View file

@ -89,8 +89,6 @@ function validateForm() {
}
if (hasError.every((result) => result === true)) {
onSubmit();
} else {
console.log(hasError);
}
}