Skip to content

Commit

Permalink
Set Connector URL on YAML upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeisel committed Nov 19, 2023
1 parent b4249c8 commit bf5414d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function Connector({ element, translate, urls }) {
});
const urlInputParameter = moddle.create("camunda:InputParameter", {
name: "url",
value: "",
value: value,
});

let endpointParameters = determineInputParameters(
Expand Down

0 comments on commit bf5414d

Please sign in to comment.