@ -50,13 +50,10 @@ const useConfig = (id: string, payload: LoopNodeType) => {
// single run
const loopInputKey = `${id}.input_selector`
const {
isShowSingleRun,
showSingleRun,
hideSingleRun,
toVarInputs,
runningStatus,
handleRun: doHandleRun,
handleStop,
runInputData,
setRunInputData,
runResult,
@ -342,16 +339,11 @@ const useConfig = (id: string, payload: LoopNodeType) => {
filterInputVar,
childrenNodeVars,
loopChildrenNodes,
isShowLoopDetail,
showLoopDetail,
hideLoopDetail,
backToSingleRun,
handleRun,
inputVarValues,
setInputVarValues,