Skip to content

Commit c0300ea

Browse files
committed
fixing link subdocuments sets
1 parent c97c58f commit c0300ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdb-documents-ui/src/extract.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const transformData = (mode, schema, data, frame, type) => {
7070
let checkForLinkExistingDoc = Object.keys(fd)[0]
7171
if(checkForLinkExistingDoc === CONST.LINK_EXISTING_DOCUMENT) {
7272
let linkExistingDocData=fd[CONST.LINK_EXISTING_DOCUMENT]
73-
extracted[key]=linkExistingDocData
73+
transformedArray.push(linkExistingDocData)
7474
}
7575
}
7676
else if(typeof fd === CONST.STRING_TYPE || typeof fd === CONST.NUMBER_TYPE || typeof fd === CONST.BOOLEAN_TYPE) { // set of document classes

0 commit comments

Comments
 (0)