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 (
- +