From 63e33a29ccb80380cb96c58e7428356e408ff71b Mon Sep 17 00:00:00 2001
From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com>
Date: Tue, 12 May 2026 19:12:46 +0000
Subject: [PATCH] [autofix.ci] apply automated fixes
---
.../components/dashboard/project/add-import.tsx | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/apps/dokploy/components/dashboard/project/add-import.tsx b/apps/dokploy/components/dashboard/project/add-import.tsx
index cdf1acbe4..034710e9c 100644
--- a/apps/dokploy/components/dashboard/project/add-import.tsx
+++ b/apps/dokploy/components/dashboard/project/add-import.tsx
@@ -226,8 +226,7 @@ export const AddImport = ({ environmentId, projectName }: Props) => {
- Select a Server{" "}
- {!isCloud ? "(Optional)" : ""}
+ Select a Server {!isCloud ? "(Optional)" : ""}
@@ -238,7 +237,8 @@ export const AddImport = ({ environmentId, projectName }: Props) => {
>
If no server is selected, the compose will be
- deployed on the server where the user is logged in.
+ deployed on the server where the user is logged
+ in.
@@ -341,7 +341,10 @@ export const AddImport = ({ environmentId, projectName }: Props) => {
{/* Preview modal */}
-