#2017 Fix for missing docRef

This commit is contained in:
Ashish Jain 2021-05-03 16:16:18 +02:00
parent 8f09514dd7
commit ae36704b66
1 changed files with 1 additions and 1 deletions

View File

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