From cf0f5c8b971b61acd80241f4c909fa0d84a8b241 Mon Sep 17 00:00:00 2001 From: Muhammad Mahmoud Date: Fri, 31 Jan 2025 13:55:18 +0200 Subject: [PATCH] chore: remove duplicated sentence --- .../components/dashboard/projects/project-environment.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/projects/project-environment.tsx b/apps/dokploy/components/dashboard/projects/project-environment.tsx index 493813dc3..e43d1af87 100644 --- a/apps/dokploy/components/dashboard/projects/project-environment.tsx +++ b/apps/dokploy/components/dashboard/projects/project-environment.tsx @@ -99,8 +99,7 @@ export const ProjectEnvironment = ({ projectId, children }: Props) => { Project Environment Update the env Environment variables that are accessible to all - services of this project. Use this syntax to reference project-level - variables in your service environments: + services of this project. {isError && {error?.message}}