hide debug

This commit is contained in:
Joel 2024-02-22 18:51:25 +08:00
parent 235bec6481
commit f09f91e25a
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {