Skip to content

Commit a09d586

Browse files
committed
init annotations to null
1 parent f217b21 commit a09d586

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/data/model

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/data/model/StudyUI.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ qx.Class.define("osparc.data.model.StudyUI", {
186186
jsonObject["slideshow"] = this.getSlideshow().serialize();
187187
jsonObject["currentNodeId"] = this.getCurrentNodeId() || "";
188188
jsonObject["mode"] = this.getMode();
189+
jsonObject["annotations"] = null;
189190
const annotations = this.getAnnotations();
190191
if (Object.keys(annotations).length) {
191192
jsonObject["annotations"] = {};

0 commit comments

Comments
 (0)