diff --git a/ui/src/components/profiles/profile-create-dialog.tsx b/ui/src/components/profiles/profile-create-dialog.tsx index 510e165a..e67cba6c 100644 --- a/ui/src/components/profiles/profile-create-dialog.tsx +++ b/ui/src/components/profiles/profile-create-dialog.tsx @@ -11,7 +11,6 @@ import * as z from 'zod'; import { Button } from '@/components/ui/button'; import { Input } from '@/components/ui/input'; import { Label } from '@/components/ui/label'; -import { ScrollArea } from '@/components/ui/scroll-area'; import { Select, SelectContent, @@ -271,7 +270,7 @@ export function ProfileCreateDialog({ return ( - + @@ -359,7 +358,7 @@ export function ProfileCreateDialog({ - +
{/* Profile Name */}
@@ -603,7 +602,7 @@ export function ProfileCreateDialog({
-
+