Skip to content

Commit

Permalink
fix: reset locked state on class erase
Browse files Browse the repository at this point in the history
  • Loading branch information
racoelhosilva committed Nov 18, 2024
1 parent c097e49 commit c8cd03b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/planner/sidebar/CoursesController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const CoursesController = () => {
const updatedCourseOptions = currentOption.course_options.map(courseOption => ({
...courseOption,
picked_class_id: null,
locked: false,
}));

const updatedMultipleOptions = [...multipleOptions];
Expand Down

0 comments on commit c8cd03b

Please sign in to comment.