mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
hide debug
This commit is contained in:
@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user