mirror of https://github.com/langgenius/dify.git
hide debug
This commit is contained in:
parent
235bec6481
commit
f09f91e25a
|
|
@ -10,7 +10,7 @@ const useConfig = (initInputs: StartNodeType) => {
|
|||
const [isShowAddVarModal, {
|
||||
setTrue: showAddVarModal,
|
||||
setFalse: hideAddVarModal,
|
||||
}] = useBoolean(true)
|
||||
}] = useBoolean(false)
|
||||
|
||||
const handleVarListChange = useCallback((newList: InputVar[]) => {
|
||||
const newInputs = produce(inputs, (draft: any) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue