put optional label on type
This commit is contained in:
parent
ae7d827483
commit
1315137ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export default function AddNewVariableButton({ children }): JSX.Element {
|
|||
}}
|
||||
placeholder="Insert a name for the variable..."
|
||||
></Input>
|
||||
<Label>Type</Label>
|
||||
<Label>Type (optional)</Label>
|
||||
<InputComponent
|
||||
setSelectedOption={(e) => {
|
||||
setType(e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue