Skip to content

Commit 6431e6f

Browse files
committed
Fixes typo in webclient
1 parent 174e778 commit 6431e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/client/source/class/osparc/dashboard/StudyBrowser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
230230
},
231231

232232
__getStudyAndStart: function(loadStudyId) {
233-
osparc.store.Store.getStudyWState(loadStudyId, true)
233+
osparc.store.Store.getInstance().getStudyWState(loadStudyId, true)
234234
.then(studyData => {
235235
this.__startStudy(studyData);
236236
})

0 commit comments

Comments
 (0)