mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
feat: not show var
This commit is contained in:
@ -161,7 +161,6 @@ const VarReferencePicker: FC<Props> = ({
|
||||
})
|
||||
}
|
||||
})
|
||||
console.log(newValue)
|
||||
onChange(newValue, varKindType)
|
||||
setOpen(false)
|
||||
}, [onChange, varKindType])
|
||||
|
||||
Reference in New Issue
Block a user