Training-Report #27

Merged
Ajdj100 merged 47 commits from Training-Report into main 2025-11-22 14:20:51 -06:00
Showing only changes of commit 1dcffef2c2 - Show all commits

View File

@@ -52,10 +52,9 @@ function onSubmit(vals) {
...vals,
event_date: toMySQLDateTime(new Date(vals.event_date)),
}
console.log(clean);
// postTrainingReport(clean).then((newID) => {
// emit("submit", newID);
// });
postTrainingReport(clean).then((newID) => {
emit("submit", newID);
});
} catch (err) {
console.log("There was an error submitting the training report", err);
}