tiagobento commented on code in PR #2234:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2234#discussion_r1559964021


##########
packages/stunner-editors-dmn-loader/src/index.tsx:
##########
@@ -230,6 +235,7 @@ const renderBoxedExpressionEditor = (
       pmmlDocuments={pmmlDocuments}
       boxedExpressionEditorRootNode={boxedExpressionEditorRootNode}
       dmnXml={dmnXml}
+      hideDmn14BoxedExpressions={hideDmn14BoxedExpressions}

Review Comment:
   You can have the `true` here directly, no need to expose it as a parameter. 
The legacy DMN Editor won't ever be updated to support DMN 1.4, so it's all 
good :)



-- 
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]

Reply via email to