From 6f8514b74b4383e94788224e25e78b9ede7c56d0 Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Sun, 1 Mar 2026 14:42:07 +0700 Subject: [PATCH] fix(ui): restore scrolling in API profile create dialog --- ui/src/components/profiles/profile-create-dialog.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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({
-
+