Adarshvk98 commented on code in PR #3031:
URL:
https://github.com/apache/incubator-kie-tools/pull/3031#discussion_r2035701582
##########
packages/dmn-editor/src/dataTypes/DataTypes.tsx:
##########
@@ -230,6 +243,16 @@ export function DataTypes() {
position={DropdownPosition.right}
isOpen={isAddDataTypeDropdownOpen}
dropdownItems={[
+ settings?.isImportDataTypesFromJavaClassesSupported
? (
+ <ImportJavaClassesI18nDictionariesProvider
key={"import-java-classes"}>
+ <ImportJavaClassesDropdownItem
+
javaCodeCompletionService={settings?.javaCodeCompletionService!}
Review Comment:
Thanks for taking the time to review this. I’ve made the changes. Please
have a look.
--
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]