mirror of
https://github.com/langgenius/dify.git
synced 2026-03-24 20:43:55 +08:00
fix: item value type
This commit is contained in:
parent
42258bf451
commit
76659843d7
@ -689,6 +689,8 @@ const getIterationItemType = ({
|
||||
return VarType.string
|
||||
case VarType.arrayNumber:
|
||||
return VarType.number
|
||||
case VarType.arrayBoolean:
|
||||
return VarType.boolean
|
||||
case VarType.arrayObject:
|
||||
return VarType.object
|
||||
case VarType.array:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user