Skip to content

Commit e8280b2

Browse files
committed
comment
1 parent b5db797 commit e8280b2

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,10 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
182182
return;
183183
}
184184
const workspaceId = this.getCurrentWorkspaceId();
185-
if (workspaceId === -1) {
185+
if (
186+
workspaceId === -1 || // shared workspace listing
187+
workspaceId === -2 // filtered studies listing
188+
) {
186189
return;
187190
}
188191

0 commit comments

Comments
 (0)