put optional label on type

This commit is contained in:
Lucas Oliveira 2024-03-26 22:03:13 +02:00
commit 1315137ab8

View file

@ -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);