Commit f09f91e2 authored by Joel's avatar Joel

hide debug

parent 235bec64
......@@ -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) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment