We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5fd32 commit 0ee8f09Copy full SHA for 0ee8f09
frontend/javascript/modules/attendanceForm.js
@@ -52,9 +52,7 @@ export default class AttendanceForm {
52
}
53
});
54
55
- FetchUtil.postWithWarning(this.endpoint, payload, {
56
- warningText: "You will not be able to edit this event once " +
57
- "attendance has been recorded.",
+ FetchUtil.post(this.endpoint, payload, {
58
successText: "Attendance has been submitted."
59
60
0 commit comments