#2017 Fix for missing docRef

This commit is contained in:
Ashish Jain 2021-05-03 16:16:18 +02:00
parent 8f09514dd7
commit ae36704b66

View File

@ -271,7 +271,7 @@ export const drawElements = (els, graph, svgNode) => {
let bodyNode = newBodyNode( let bodyNode = newBodyNode(
groupNode, groupNode,
textId + '_body', textId + '_body',
[`Type: ${el.type || 'Not Specified'}`, `Doc Ref: ${el.docref || 'None'}`], [`Type: ${el.type || 'Not Specified'}`, `Doc Ref: ${el.docRef || 'None'}`],
titleNodeInfo.y titleNodeInfo.y
); );