This commit is contained in:
@@ -223,9 +223,7 @@ export function FieldRenderer({ variable }: { variable: ClientVariable }) {
|
||||
</FormLabel>
|
||||
<FormControl>
|
||||
<Combobox
|
||||
choices={
|
||||
variable.type === "enum" ? variable.choices : []
|
||||
}
|
||||
choices={variable.type === "enum" ? variable.choices : []}
|
||||
value={field.value ?? ""}
|
||||
onChange={(value) => field.onChange(value)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user