feat/ai-courses
Arik Chakma 2 months ago
parent 35497f0ba1
commit 1c1e875f65
  1. 1
      src/components/GenerateCourse/AICourseModuleView.tsx

@ -43,6 +43,7 @@ export function AICourseModuleView(props: AICourseModuleViewProps) {
const generateAiCourseContent = async () => {
setIsLoading(true);
setError('');
setLessonHtml('');
if (!isLoggedIn()) {
setIsLoading(false);

Loading…
Cancel
Save