Skip to content

Commit

Permalink
fix : 자잘한 수정
Browse files Browse the repository at this point in the history
fix : 자잘한 수정
  • Loading branch information
phyuna0525 authored Apr 23, 2024
2 parents d13f88d + a31f884 commit 38b78a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/classChange/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const ClassChange = () => {
const nav = useRouter();

const handleFloorChange = (selectedOption: number) => {
setData([]);
setSelectedFloor(selectedOption);
};

Expand Down

0 comments on commit 38b78a2

Please sign in to comment.