From 2036ac3dc8e3a17364db099be83cfd39d10dc069 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 04:59:44 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../dashboard/application/environment/show.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/environment/show.tsx b/apps/dokploy/components/dashboard/application/environment/show.tsx index 071d7bc90..5de03c367 100644 --- a/apps/dokploy/components/dashboard/application/environment/show.tsx +++ b/apps/dokploy/components/dashboard/application/environment/show.tsx @@ -5,7 +5,14 @@ import { toast } from "sonner"; import { z } from "zod"; import { Button } from "@/components/ui/button"; import { Card } from "@/components/ui/card"; -import { Form, FormControl, FormDescription, FormField, FormItem, FormLabel } from "@/components/ui/form"; +import { + Form, + FormControl, + FormDescription, + FormField, + FormItem, + FormLabel, +} from "@/components/ui/form"; import { Secrets } from "@/components/ui/secrets"; import { Switch } from "@/components/ui/switch"; import { api } from "@/utils/api"; @@ -184,8 +191,9 @@ export const ShowEnvironment = ({ applicationId }: Props) => {
Create Environment File - When enabled, an .env file will be created during the build process. - Disable this if you don't want to generate an environment file. + When enabled, an .env file will be created during the + build process. Disable this if you don't want to generate + an environment file.