Fixed bug where webhook URL sometimes is undefined
This commit is contained in:
@@ -2583,7 +2583,7 @@ const AngularWorkflow = (defaultprops) => {
|
||||
if (workflow.triggers[trigger_index].parameters !== undefined) {
|
||||
workflow.triggers[trigger_index].parameters[0] = {
|
||||
name: "url",
|
||||
value: referenceUrl + "webhook_" + selectedTrigger.id,
|
||||
value: referenceUrl + "webhook_" + workflow.triggers[trigger_index].id,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user