fix: Inconsistency Between Actual and Debug Input Variables (#6055)

This commit is contained in:
AIxGEEK
2024-07-08 22:27:55 +08:00
committed by GitHub
parent 0046ef7707
commit 22aaf8960b
3 changed files with 30 additions and 3 deletions

View File

@@ -337,6 +337,7 @@ const useOneStepRun = <T>({
variable: item.variable,
type: InputVarType.textInput,
required: true,
value_selector: item.value_selector,
}
}
return {