fix can't stop webhook debug

This commit is contained in:
hjlarry
2025-09-29 13:34:05 +08:00
parent 4b43196295
commit 1c0068e95b
2 changed files with 25 additions and 5 deletions

View File

@ -64,7 +64,7 @@ const RunMode = ({
}
else if (option.type === 'webhook') {
if (option.nodeId)
handleWorkflowTriggerWebhookRunInWorkflow({ nodeId: option.nodeId, debugUrl: option.debugUrl })
handleWorkflowTriggerWebhookRunInWorkflow({ nodeId: option.nodeId })
}
else {
// Placeholder for trigger-specific execution logic for schedule, webhook, plugin types