diff --git a/src/frontend/src/components/addNewVariableButtonComponent/addNewVariableButton.tsx b/src/frontend/src/components/addNewVariableButtonComponent/addNewVariableButton.tsx
index 2f0f3ec06..310115d90 100644
--- a/src/frontend/src/components/addNewVariableButtonComponent/addNewVariableButton.tsx
+++ b/src/frontend/src/components/addNewVariableButtonComponent/addNewVariableButton.tsx
@@ -70,16 +70,16 @@ export default function AddNewVariableButton({ children }): JSX.Element {
}}
placeholder="Insert a name for the variable..."
>
- {/*
+
{
setType(e);
}}
selectedOption={type}
password={false}
- options={["OPENAI_API_KEY", "ANTHROPIC_API_KEY"]}
- placeholder="Choose a type between the environment variables..."
- > */}
+ options={["Variable", "Credential"]}
+ placeholder="Choose a type for the variable..."
+ >