Added types
This commit is contained in:
parent
5db74fbf5a
commit
42739a29cf
1 changed files with 4 additions and 4 deletions
|
|
@ -70,16 +70,16 @@ export default function AddNewVariableButton({ children }): JSX.Element {
|
|||
}}
|
||||
placeholder="Insert a name for the variable..."
|
||||
></Input>
|
||||
{/* <Label>Type (optional) </Label>
|
||||
<Label>Type</Label>
|
||||
<InputComponent
|
||||
setSelectedOption={(e) => {
|
||||
setType(e);
|
||||
}}
|
||||
selectedOption={type}
|
||||
password={false}
|
||||
options={["OPENAI_API_KEY", "ANTHROPIC_API_KEY"]}
|
||||
placeholder="Choose a type between the environment variables..."
|
||||
></InputComponent> */}
|
||||
options={["Variable", "Credential"]}
|
||||
placeholder="Choose a type for the variable..."
|
||||
></InputComponent>
|
||||
<Label>Value</Label>
|
||||
<Textarea
|
||||
value={value}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue