diff --git a/web/src/components/input/InputWithTags.tsx b/web/src/components/input/InputWithTags.tsx index c14056a79..4f488f0bd 100644 --- a/web/src/components/input/InputWithTags.tsx +++ b/web/src/components/input/InputWithTags.tsx @@ -9,6 +9,7 @@ import { Input } from "@/components/ui/input"; import { Button } from "@/components/ui/button"; import { LuX, LuFilter, LuImage } from "react-icons/lu"; import { SearchFilter, SearchSource } from "@/types/search"; +import { DropdownMenuSeparator } from "../ui/dropdown-menu"; type FilterType = keyof SearchFilter; @@ -476,7 +477,7 @@ export default function InputWithTags({ {((showFilters && (Object.keys(filters).length > 0 || isSimilaritySearch)) || showSuggestions) && ( -