tiagobento commented on code in PR #2546:
URL:
https://github.com/apache/incubator-kie-tools/pull/2546#discussion_r1766878492
##########
packages/dmn-editor/src/mutations/addEdge.ts:
##########
@@ -74,14 +74,20 @@ export function addEdge({
autoPositionedEdgeMarker: AutoPositionedEdgeMarker | undefined;
};
keepWaypoints: boolean;
+ extraArg?: {
Review Comment:
Sorry I overlook this a little bit. `requirementEdgeTargetingExternalNodeId`
is already inside an object, meaning the "named arguments" trick is already in
effect. Please lose the `extraArg` @jomarko. Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]