From 663e28cec6c02f031968641dd9bc9f809337bde0 Mon Sep 17 00:00:00 2001 From: poswalsameer Date: Sat, 21 Dec 2024 22:25:56 +0530 Subject: [PATCH] reverted back to lowercase name for variables --- apps/platform/src/app/(main)/project/[project]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? [