diff --git a/apps/dokploy/components/dashboard/application/environment/show-enviroment.tsx b/apps/dokploy/components/dashboard/application/environment/show-enviroment.tsx index ba20db315..cc208d9bf 100644 --- a/apps/dokploy/components/dashboard/application/environment/show-enviroment.tsx +++ b/apps/dokploy/components/dashboard/application/environment/show-enviroment.tsx @@ -132,8 +132,8 @@ export const ShowEnvironment = ({ id, type }: Props) => { control={form.control} name="environment" render={({ field }) => ( - - + + { } language="properties" disabled={isEnvVisible} + className="font-mono" + wrapperClassName="compose-file-editor" placeholder={`NODE_ENV=production PORT=3000 -`} - className="h-96 font-mono" + `} {...field} /> - )}