Skip to content

Commit d8e088c

Browse files
committed
minor
1 parent fa41e90 commit d8e088c

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
13021302
}
13031303
},
13041304

1305-
_changeContext: function(context, workspaceId = null, folderId = null) {)
1305+
_changeContext: function(context, workspaceId = null, folderId = null) {
13061306
if (
13071307
!context.includes("search") && // move on if it's a search context, it will be handled later
13081308
context === this.getCurrentContext() &&

0 commit comments

Comments
 (0)