diff --git a/studio/frontend/src/components/ui/select.tsx b/studio/frontend/src/components/ui/select.tsx index 52fe4e5a75..4c500af08e 100644 --- a/studio/frontend/src/components/ui/select.tsx +++ b/studio/frontend/src/components/ui/select.tsx @@ -4,8 +4,8 @@ import { Select as SelectPrimitive } from "radix-ui"; import type * as React from "react"; import { createContext, useContext, useState } from "react"; -import { cn } from "@/lib/utils"; -import { useDialogPortalContainer } from "@/components/ui/dialog"; +import { cn } from "@/lib/utils"; +import { useDialogPortalContainer } from "@/components/ui/dialog"; import { ArrowDown01Icon, ArrowUp01Icon, @@ -92,22 +92,22 @@ function SelectTrigger({ ); } -function SelectContent({ - className, - children, - position = "item-aligned", - align = "center", - container, - ...props -}: React.ComponentProps & { - container?: HTMLElement | null; -}) { - const dialogContainer = useDialogPortalContainer(); - return ( - - & { + container?: HTMLElement | null; +}) { + const dialogContainer = useDialogPortalContainer(); + return ( + +