-
-
- {workflows.map((workflow) => (
-
- ))}
-
-
- )
-}
diff --git a/components/ui/switch.tsx b/components/ui/switch.tsx
index c81058a3e..bc69cf2db 100644
--- a/components/ui/switch.tsx
+++ b/components/ui/switch.tsx
@@ -1,5 +1,8 @@
+"use client"
+
import * as React from "react"
import * as SwitchPrimitives from "@radix-ui/react-switch"
+
import { cn } from "@/lib/utils"
const Switch = React.forwardRef<
@@ -8,7 +11,7 @@ const Switch = React.forwardRef<
>(({ className, ...props }, ref) => (