diff --git a/spa/src/components/ui/drawer.tsx b/spa/src/components/ui/drawer.tsx index 8242639..1e08ecd 100644 --- a/spa/src/components/ui/drawer.tsx +++ b/spa/src/components/ui/drawer.tsx @@ -4,9 +4,10 @@ import { Drawer as DrawerPrimitive } from "vaul" import { cn } from "@/lib/utils" function Drawer({ + repositionInputs = false, ...props }: React.ComponentProps) { - return + return } function DrawerTrigger({