We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c97c58f + c0300ea commit 0a55f0dCopy full SHA for 0a55f0d
packages/tdb-documents-ui/src/extract.js
@@ -70,7 +70,7 @@ export const transformData = (mode, schema, data, frame, type) => {
70
let checkForLinkExistingDoc = Object.keys(fd)[0]
71
if(checkForLinkExistingDoc === CONST.LINK_EXISTING_DOCUMENT) {
72
let linkExistingDocData=fd[CONST.LINK_EXISTING_DOCUMENT]
73
- extracted[key]=linkExistingDocData
+ transformedArray.push(linkExistingDocData)
74
}
75
76
else if(typeof fd === CONST.STRING_TYPE || typeof fd === CONST.NUMBER_TYPE || typeof fd === CONST.BOOLEAN_TYPE) { // set of document classes
0 commit comments