Skip to content

Commit cc2a941

Browse files
committed
bug fix
1 parent ee8d28c commit cc2a941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/app-canvas/src/app/importers/ocif-importer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const importOCIF = (ocif: any) => {
209209
const data = getFirstOcifExtensionInData(node);
210210
//const data = getExtenstionData(node, dataType);
211211
if (data) {
212-
const dataType = data.dataType;
212+
const dataType = data.type;
213213
let text = '';
214214
const resource = getResourceById(ocif, node.resource);
215215
if (resource) {

0 commit comments

Comments
 (0)