diff --git a/apps/web/components/Dashboard/Pages/Course/EditCourseGeneral/EditCourseGeneral.tsx b/apps/web/components/Dashboard/Pages/Course/EditCourseGeneral/EditCourseGeneral.tsx index e8c8cbf4..e1403d1c 100644 --- a/apps/web/components/Dashboard/Pages/Course/EditCourseGeneral/EditCourseGeneral.tsx +++ b/apps/web/components/Dashboard/Pages/Course/EditCourseGeneral/EditCourseGeneral.tsx @@ -51,7 +51,7 @@ function EditCourseGeneral(props: EditCourseStructureProps) { about: courseStructure?.about || '', learnings: courseStructure?.learnings || '', tags: courseStructure?.tags || '', - public: courseStructure?.public || '', + public: courseStructure?.public || false, }, validate, onSubmit: async values => {