Skip to content

Commit eb398fb

Browse files
authored
Merge pull request #79 from vaibhav700c/staging
fix:filter box closing
2 parents c2b9f40 + 55cd4eb commit eb398fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FilterDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export const FilterDialog = ({
6060

6161
const handleFilterClick = () => {
6262
onApplyFilters(selectedExams, selectedSlots, selectedYears);
63+
setOpen(false);
6364
};
6465

6566
const handleResetClick = () => {

0 commit comments

Comments
 (0)