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 94e3cb3 commit d5bbf2aCopy full SHA for d5bbf2a
services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js
@@ -302,7 +302,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
302
}
303
},
304
305
- __setLastSyncedProjectDocument: function(studyData, version) {
+ __setLastSyncedProjectDocument: function(studyData) {
306
this.__lastSyncedProjectDocument = osparc.data.model.Study.deepCloneStudyObject(studyData, true);
307
308
// remove the runHash, this.__lastSyncedProjectDocument is only used for diff comparison and the frontend doesn't keep it
0 commit comments