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 a37efa3 commit 52939afCopy full SHA for 52939af
services/static-webserver/client/source/class/osparc/data/model/StudyUI.js
@@ -36,7 +36,7 @@ qx.Class.define("osparc.data.model.StudyUI", {
36
annotations: {},
37
});
38
39
- if ("annotations" in studyDataUI) {
+ if (studyDataUI["annotations"]) {
40
Object.entries(studyDataUI["annotations"]).forEach(([annotationId, annotationData]) => {
41
const annotation = new osparc.workbench.Annotation(annotationData, annotationId);
42
this.addAnnotation(annotation);
0 commit comments