Skip to content

Commit 5eac286

Browse files
committed
more checks
1 parent 84eb4d7 commit 5eac286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserBase", {
386386
this._searchBarFilter.setSharedWithActiveFilter(sharedWith.id, sharedWith.label);
387387
}, this);
388388

389-
if (this._resourceType === "study") {
389+
if (this._resourceType === "study" && osparc.utils.DisabledPlugins.isFoldersEnabled()) {
390390
const workspacesAndFoldersTree = resourceFilter.getWorkspacesAndFoldersTree();
391391
workspacesAndFoldersTree.getSelection().addListener("change", () => {
392392
const selection = workspacesAndFoldersTree.getSelection();

0 commit comments

Comments
 (0)