Skip to content

Commit

Permalink
edit plan saves minor to plan
Browse files Browse the repository at this point in the history
  • Loading branch information
hellolol2016 committed Dec 14, 2024
1 parent 3ea1669 commit c56ab56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/components/Plan/EditPlanModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export const EditPlanModal: React.FC<EditPlanModalProps> = ({ plan }) => {
catalogYear: isNoMajorSelected ? undefined : payload.catalogYear,
major: isNoMajorSelected ? undefined : payload.major,
concentration: isNoMajorSelected ? undefined : payload.concentration,
minor: payload.minor,
};

if (isGuest) {
Expand Down

0 comments on commit c56ab56

Please sign in to comment.