diff --git a/src/components/GenerateCourse/GetAICourse.tsx b/src/components/GenerateCourse/GetAICourse.tsx index fdff79692..3219b4eea 100644 --- a/src/components/GenerateCourse/GetAICourse.tsx +++ b/src/components/GenerateCourse/GetAICourse.tsx @@ -72,6 +72,8 @@ export function GetAICourse(props: GetAICourseProps) { getAiCourseOptions({ aiCourseSlug: courseSlug }).queryKey, { ...aiCourse, + title: course.title, + difficulty: course.difficulty, data: rawData, }, );