This commit is contained in:
2025-05-23 19:59:07 +05:00
parent 0341d28d2f
commit bbb0e92a77
+2 -2
View File
@@ -3,7 +3,7 @@ import { useQuery } from "@tanstack/react-query";
import RestartIcon from "./icons/RestartIcon";
import Button from "./ui/Button";
import { api } from "../api/ky";
import { RefObject, useEffect } from "react";
import { RefObject } from "react";
import { projects } from "../data/projects";
import clsx from "clsx";
import ProjectSelect from "./ProjectSelect";
@@ -251,7 +251,7 @@ function SearchFilters({
window.scroll({ top: 0, behavior: "smooth" });
}
useEffect(resetFilters, [project]);
// useEffect(resetFilters, [project]);
return (
<>