danielzhe commented on code in PR #2202:
URL:
https://github.com/apache/incubator-kie-tools/pull/2202#discussion_r1534985175
##########
packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/editors/expressions/jsinterop/util/ExpressionPropsFiller.java:
##########
@@ -105,7 +105,7 @@ public static ExpressionProps
buildAndFillJsInteropProp(final Expression wrapped
outputConvertForDecisionTableProps(decisionTableExpression, expressionName,
dataType),
rulesConvertForDecisionTableProps(decisionTableExpression));
}
- return new ExpressionProps(expressionId, expressionName, dataType,
UNDEFINED.getText());
+ return null;
Review Comment:
We don't have the undefined expression anymore.
--
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]