nashville part 2

This commit is contained in:
austinkelsay 2024-07-26 23:47:54 -05:00
parent f5820d1315
commit 6c79bacda0

View File

@ -85,6 +85,7 @@ const CourseForm = () => {
try {
// Step 1: Process lessons
console.log('selectedLessons:', selectedLessons);
for (const lesson of selectedLessons) {
let noteId = lesson.noteId;