mirror of https://github.com/langgenius/dify.git
chore: handle duliplicate keys
This commit is contained in:
parent
056564c100
commit
dc3cbd9a74
|
|
@ -31,7 +31,6 @@ type Props = {
|
|||
condition: Condition
|
||||
varType: VarType
|
||||
onChange: (condition: Condition) => void
|
||||
varType: VarType
|
||||
hasSubVariable: boolean
|
||||
readOnly: boolean
|
||||
nodeId: string
|
||||
|
|
|
|||
Loading…
Reference in New Issue