diff --git a/apps/platform/src/app/(main)/project/[project]/layout.tsx b/apps/platform/src/app/(main)/project/[project]/layout.tsx index 5d69e2f3..317bcc5c 100644 --- a/apps/platform/src/app/(main)/project/[project]/layout.tsx +++ b/apps/platform/src/app/(main)/project/[project]/layout.tsx @@ -68,7 +68,7 @@ function DetailedProjectPage({ } const request: CreateVariableRequest = { - name: newVariableData.variableName.toUpperCase(), + name: newVariableData.variableName, projectSlug: currentProject?.slug as string, entries: newVariableData.environmentValue ? [