From 4bec311ad01b6d9eb3e228624815bd3677627108 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 4 May 2025 12:23:41 -0600 Subject: [PATCH] Refactor domain handling layout in AddDomain component - Updated the structure of the AddDomain component to improve layout consistency by replacing fragment elements with a div container. - This change enhances the visual organization of the domain management interface, contributing to a better user experience. --- .../dashboard/application/domains/handle-domain.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/domains/handle-domain.tsx b/apps/dokploy/components/dashboard/application/domains/handle-domain.tsx index 862c39b3..c145afcf 100644 --- a/apps/dokploy/components/dashboard/application/domains/handle-domain.tsx +++ b/apps/dokploy/components/dashboard/application/domains/handle-domain.tsx @@ -278,7 +278,7 @@ export const AddDomain = ({ id, type, domainId = "", children }: Props) => {
{domainType === "compose" && ( - <> +
{errorServices && ( { )} /> - +
)}