Skip to content

Commit

Permalink
reverted back to lowercase name for variables
Browse files Browse the repository at this point in the history
  • Loading branch information
poswalsameer committed Dec 21, 2024
1 parent 316aff8 commit 663e28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/platform/src/app/(main)/project/[project]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function DetailedProjectPage({
}

const request: CreateVariableRequest = {
name: newVariableData.variableName.toUpperCase(),
name: newVariableData.variableName,
projectSlug: currentProject?.slug as string,
entries: newVariableData.environmentValue
? [
Expand Down

0 comments on commit 663e28c

Please sign in to comment.