Skip to content

Commit

Permalink
COM-3875: manon's review
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysseferreira committed Jan 10, 2025
1 parent 9655146 commit 77d0e0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ export const useAttendanceSheets = (
if (course.value.type === INTER_B2B && !course.value.trainees.length) {
return NotifyWarning('Au moins un·e stagiaire doit être rattaché·e à la formation.');
}
if (!course.value.slots.length) return NotifyWarning('Il n\'y a aucun créneau planifier pour cette formation');
if (isSingleCourse.value) {
if (!course.value.slots.length) return NotifyWarning('Il n\'y a aucun créneau planifier pour cette formation');
if (!notLinkedSlotOptions.value.length) {
return NotifyWarning('Tous les créneaux sont déjà rattachés à une feuille d\'émargement.');
}
Expand Down

0 comments on commit 77d0e0e

Please sign in to comment.