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.
1 parent ee8d28c commit cc2a941Copy full SHA for cc2a941
libs/app-canvas/src/app/importers/ocif-importer.ts
@@ -209,7 +209,7 @@ export const importOCIF = (ocif: any) => {
209
const data = getFirstOcifExtensionInData(node);
210
//const data = getExtenstionData(node, dataType);
211
if (data) {
212
- const dataType = data.dataType;
+ const dataType = data.type;
213
let text = '';
214
const resource = getResourceById(ocif, node.resource);
215
if (resource) {
0 commit comments