Adarshvk98 commented on code in PR #3031:
URL:
https://github.com/apache/incubator-kie-tools/pull/3031#discussion_r2026425788
##########
packages/dmn-editor/src/dataTypes/DataTypes.tsx:
##########
@@ -105,6 +111,18 @@ export function DataTypes() {
);
const dataTypesTree = useDmnEditorStore((s) =>
s.computed(s).getDataTypes(externalModelsByNamespace).dataTypesTree);
+ const [isOpen, setOpen] = useState(false);
Review Comment:
Done - I’ve added a descriptive variable name for the variable.
--
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]