Skip to content

Commit

Permalink
Merge pull request #372 from Aar-if/seventy
Browse files Browse the repository at this point in the history
Issue #0000 feat: Course planner bug fixes
  • Loading branch information
itsvick authored Dec 1, 2024
2 parents 02756c2 + 91c6393 commit 858cfd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/subjectDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,9 @@ const SubjectDetails = () => {
commonMediumInState,
commonMediumInBoard
);

setMediumOptions(commonMediumData);
setMedium(commonMediumInState);
setMedium(commonMediumData);
} catch (err) {
console.error("Failed to fetch framework details");
} finally {
Expand Down

0 comments on commit 858cfd8

Please sign in to comment.