Skip to content

Commit

Permalink
Merge pull request #620 from Aar-if/subzero
Browse files Browse the repository at this point in the history
Issue #PS-0000 feat: Taxonomy changes
  • Loading branch information
itsvick authored Jan 18, 2025
2 parents 7923cc6 + 9ba1a26 commit b74f82f
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 282 deletions.
3 changes: 0 additions & 3 deletions src/pages/curriculum-planner/center/[cohortId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const CoursePlannerDetail = () => {
const response = await getTargetedSolutions({
subject: tStore?.taxonomySubject,
class: tStore?.grade,
state: tStore?.state,
board: tStore?.board,
courseType: tStore?.type,
medium: tStore?.medium,
Expand Down Expand Up @@ -172,7 +171,6 @@ const CoursePlannerDetail = () => {
const updatedResponse = await getTargetedSolutions({
subject: tStore?.taxonomySubject,
class: tStore?.grade,
state: tStore?.state,
board: tStore?.board,
courseType: tStore?.type,
medium: tStore?.medium,
Expand Down Expand Up @@ -322,7 +320,6 @@ const CoursePlannerDetail = () => {
setUserProjectDetails(updatedData);
setSelectedSubtopics([]);
toggleDrawer(false)();

} catch (err) {
console.log(err);
}
Expand Down
Loading

0 comments on commit b74f82f

Please sign in to comment.