From 081ba60f6e5bb0bdcbe6fdeff0010726ed2f1832 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:36:11 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../components/dashboard/project/add-compose.tsx | 8 ++++++-- .../components/dashboard/project/ai/step-one.tsx | 13 ++++++++++--- .../settings/certificates/add-certificate.tsx | 8 ++++++-- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/apps/dokploy/components/dashboard/project/add-compose.tsx b/apps/dokploy/components/dashboard/project/add-compose.tsx index a4f1d8536..a187104ec 100644 --- a/apps/dokploy/components/dashboard/project/add-compose.tsx +++ b/apps/dokploy/components/dashboard/project/add-compose.tsx @@ -202,10 +202,14 @@ export const AddCompose = ({ environmentId, projectName }: Props) => { { if (value === "dokploy") { setTemplateInfo({ @@ -78,7 +81,9 @@ export const StepOne = ({ setTemplateInfo, templateInfo }: any) => { }} > - + @@ -97,7 +102,9 @@ export const StepOne = ({ setTemplateInfo, templateInfo }: any) => { {server.name} ))} - Servers ({servers?.length + (!isCloud ? 1 : 0)}) + + Servers ({servers?.length + (!isCloud ? 1 : 0)}) + diff --git a/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx b/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx index 938e719b2..6f7ef6821 100644 --- a/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx +++ b/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx @@ -198,10 +198,14 @@ export const AddCertificate = () => {