upd
This commit is contained in:
@@ -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 (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user