We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6156d6 + e4f18b5 commit c26ba65Copy full SHA for c26ba65
src/components/CatalogueContent.tsx
@@ -104,6 +104,7 @@ const CatalogueContent = () => {
104
setSelectedExams(exams);
105
setSelectedSlots(slots);
106
setSelectedYears(years);
107
+ handleDeselectAll();
108
};
109
110
useEffect(() => {
src/components/searchbar.tsx
@@ -90,10 +90,9 @@ function SearchBar() {
90
<button
91
type="submit"
92
className="absolute inset-y-0 right-0 flex items-center pr-3"
93
- disabled={loading}
+ disabled
94
>
95
{" "}
96
- {/* disabled={loading} replace with disabled */}
97
<Search className="h-5 w-5 text-white opacity-50" />
98
</button>
99
{loading && (
0 commit comments