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 f8c6b86 commit 23e74b9Copy full SHA for 23e74b9
services/static-webserver/client/source/class/osparc/data/model/Study.js
@@ -70,8 +70,8 @@ qx.Class.define("osparc.data.model.Study", {
70
this.setWorkbench(workbench);
71
workbench.setStudy(this);
72
73
- const workbenchUi = new osparc.data.model.StudyUI(studyData.ui);
74
- this.setUi(workbenchUi);
+ const studyUI = new osparc.data.model.StudyUI(studyData.ui);
+ this.setUi(studyUI);
75
76
this.getWorkbench().buildWorkbench();
77
},
0 commit comments