Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc
This commit is contained in:
commit
f7faef33bd
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ export default function InputListComponent({
|
|||
value = [value];
|
||||
}
|
||||
|
||||
if (!value.length) value = [""];
|
||||
|
||||
return (
|
||||
<div
|
||||
className={classNames(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue