Skip to content

Commit f4073e1

Browse files
committed
it's clean now
1 parent 94f2359 commit f4073e1

File tree

1 file changed

+2
-0
lines changed
  • services/static-webserver/client/source/class/osparc/desktop

1 file changed

+2
-0
lines changed

services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ qx.Class.define("osparc.desktop.StudyEditor", {
326326
}
327327
});
328328
});
329+
delete updatedStudy["ui"]["icon"];
330+
delete updatedStudy["ui"]["templateType"];
329331

330332
const delta = osparc.wrapper.JsonDiffPatch.getInstance().diff(myStudy, updatedStudy);
331333
console.log("projectDocument:updated delta", myStudy, updatedStudy, delta);

0 commit comments

Comments
 (0)