Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
git325 remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: David Radley <dgradley@gmail.com>
  • Loading branch information
davidradl committed Jan 19, 2022
1 parent ed8b3b4 commit a0ce79d
Showing 1 changed file with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,25 +340,7 @@ export default function UpdateNode(props) {
// go back
history.goBack();
};
// const onUpdated = (payLoad) => {
// setUpdateBody(payLoad);
// // if (payLoad.node !== undefined) {
// // const nodeTypeName = payLoad.node.nodeType.toLowerCase();
// // const nodeType = getNodeType(
// // identificationContext.getRestURL("glossary-author"),
// // nodeTypeName
// // );
// // instancesContext.updateNodeInstance(payLoad.node, nodeType);
// // }
// // if (payLoad.relationship !== undefined) {
// // const relationshipTypeName =
// // payLoad.relationship.relationshipType.toLowerCase();
// // instancesContext.updateRelationshipInstance(
// // payLoad.relationship,
// // payLoad.relationship.relationshipTypeName
// // );
// // }
// };

return (
<div>
{currentNode === undefined && nodeType && initialGet()}
Expand Down

0 comments on commit a0ce79d

Please sign in to comment.