Skip to content

Commit

Permalink
Issue #PS-1623: Status update for topic-subtopic and progress update …
Browse files Browse the repository at this point in the history
…for subject API integration
  • Loading branch information
Aar-if committed Sep 25, 2024
1 parent df91baa commit 1dcb73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/course-planner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ const CoursePlanner = () => {

const overallCommonSubjects =
await findOverallCommonSubjects(arrays);

localStorage.setItem(
'overallCommonSubjects',
JSON.stringify(overallCommonSubjects)
Expand Down Expand Up @@ -603,7 +603,7 @@ const CoursePlanner = () => {
<Select
labelId="course-type-select-label"
id="course-type-select"
value={tStore?.type}
value={value}
onChange={handleChange}
label="Course Type"
sx={{ fontSize: '14px' }}
Expand Down

0 comments on commit 1dcb73f

Please sign in to comment.