From 4a3a7fa47bf65d8cec5c7a689540b95c521ddfd4 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 02:43:53 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../dokploy/components/dashboard/project/add-application.tsx | 4 +++- apps/dokploy/components/dashboard/project/add-compose.tsx | 4 +++- apps/dokploy/components/dashboard/project/add-template.tsx | 5 ++++- .../dashboard/settings/certificates/add-certificate.tsx | 4 +++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/apps/dokploy/components/dashboard/project/add-application.tsx b/apps/dokploy/components/dashboard/project/add-application.tsx index 7d53b3095..7c5c1a69c 100644 --- a/apps/dokploy/components/dashboard/project/add-application.tsx +++ b/apps/dokploy/components/dashboard/project/add-application.tsx @@ -214,7 +214,9 @@ export const AddApplication = ({ projectId, projectName }: Props) => { ))} - Servers ({servers?.length + 1}) + + Servers ({servers?.length + 1}) + diff --git a/apps/dokploy/components/dashboard/project/add-compose.tsx b/apps/dokploy/components/dashboard/project/add-compose.tsx index 7249d2745..7c1dbfd47 100644 --- a/apps/dokploy/components/dashboard/project/add-compose.tsx +++ b/apps/dokploy/components/dashboard/project/add-compose.tsx @@ -222,7 +222,9 @@ export const AddCompose = ({ projectId, projectName }: Props) => { ))} - Servers ({servers?.length + 1}) + + Servers ({servers?.length + 1}) + diff --git a/apps/dokploy/components/dashboard/project/add-template.tsx b/apps/dokploy/components/dashboard/project/add-template.tsx index 66466bfc7..56ff6705f 100644 --- a/apps/dokploy/components/dashboard/project/add-template.tsx +++ b/apps/dokploy/components/dashboard/project/add-template.tsx @@ -500,7 +500,10 @@ export const AddTemplate = ({ projectId, baseUrl }: Props) => { onClick={async () => { const promise = mutateAsync({ projectId, - serverId: serverId === "dokploy" ? undefined : serverId, + serverId: + serverId === "dokploy" + ? undefined + : serverId, id: template.id, baseUrl: customBaseUrl, }); diff --git a/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx b/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx index 57e3115ac..95405d9d6 100644 --- a/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx +++ b/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx @@ -222,7 +222,9 @@ export const AddCertificate = () => { ))} - Servers ({servers?.length + 1}) + + Servers ({servers?.length + 1}) +