Skip to content

Commit

Permalink
Merge pull request #327 from NIAEFEUP/fix/lock-option
Browse files Browse the repository at this point in the history
fix: lock option
  • Loading branch information
vitormpp authored Oct 15, 2024
2 parents 813c2cb + 4ff80eb commit 9a13f45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const ClassSelector = ({ course }: Props) => {

if (option.length === 0) {
setSelectedClassId(null);
setDisplay(null);
return;
}

Expand Down

0 comments on commit 9a13f45

Please sign in to comment.