chore: reduce more var limit

This commit is contained in:
Joel
2024-03-20 21:56:09 +08:00
parent 66fd60bc6f
commit 75e876b14e
2 changed files with 4 additions and 4 deletions

View File

@ -184,7 +184,7 @@ const useConfig = (id: string, payload: LLMNodeType) => {
}, [inputs, setInputs])
const filterVar = useCallback((varPayload: Var) => {
return [VarType.arrayObject, VarType.string].includes(varPayload.type)
return [VarType.arrayObject, VarType.array, VarType.string].includes(varPayload.type)
}, [])
// single run