From 17fdd64c10b4643dd0ee590bce2ffb1138876935 Mon Sep 17 00:00:00 2001 From: Yash Kumar Date: Tue, 7 Jul 2026 21:17:19 +0530 Subject: [PATCH] =?UTF-8?q?fix(ui):=20resolve=20CommandDialog=20crash=20on?= =?UTF-8?q?=20=E2=8C=98J=20shortcut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/dokploy/components/ui/command.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/apps/dokploy/components/ui/command.tsx b/apps/dokploy/components/ui/command.tsx index ece722449b..6e5b0921d6 100644 --- a/apps/dokploy/components/ui/command.tsx +++ b/apps/dokploy/components/ui/command.tsx @@ -45,10 +45,6 @@ function CommandDialog({ }) { return ( - - {title} - {description} - - {children} + + {title} + {description} + + + {children} + ); @@ -68,7 +70,7 @@ function CommandInput({ }: React.ComponentProps) { return (
- +