Skip to content

Commit b03779c

Browse files
committed
minor
1 parent ef9c40d commit b03779c

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
@@ -168,7 +168,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
168168
!osparc.auth.Manager.getInstance().isLoggedIn() ||
169169
!osparc.utils.DisabledPlugins.isFoldersEnabled() ||
170170
this.getCurrentContext() === "studiesAndFolders" ||
171-
this.getCurrentContext() === "search" || // not yet implemented
171+
this.getCurrentContext() === "search" || // not yet implemented for workspaces
172172
this.__loadingWorkspaces
173173
) {
174174
return;

0 commit comments

Comments
 (0)