diff --git a/web/src/components/overlay/detail/SearchDetailDialog.tsx b/web/src/components/overlay/detail/SearchDetailDialog.tsx index 68e3e8a90..fb979be48 100644 --- a/web/src/components/overlay/detail/SearchDetailDialog.tsx +++ b/web/src/components/overlay/detail/SearchDetailDialog.tsx @@ -72,7 +72,12 @@ import { PopoverContent, PopoverTrigger, } from "@/components/ui/popover"; -import { Drawer, DrawerContent, DrawerTrigger } from "@/components/ui/drawer"; +import { + Drawer, + DrawerContent, + DrawerTitle, + DrawerTrigger, +} from "@/components/ui/drawer"; import { LuInfo } from "react-icons/lu"; import { TooltipPortal } from "@radix-ui/react-tooltip"; import { FaPencilAlt } from "react-icons/fa"; @@ -126,7 +131,7 @@ function TabsWithActions({ return (