Skip to content

Commit 5bd52fd

Browse files
committed
workspaceId === -2
1 parent 34727a3 commit 5bd52fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ qx.Class.define("osparc.dashboard.ContextBreadcrumbs", {
4848
__rebuild: function() {
4949
this._removeAll();
5050

51+
if (this.getCurrentWorkspaceId() === -2) {
52+
return;
53+
}
54+
5155
if (this.getCurrentFolderId()) {
5256
const currentFolder = osparc.store.Folders.getInstance().getFolder(this.getCurrentFolderId());
5357
this.__createUpstreamButtons(currentFolder);

0 commit comments

Comments
 (0)