Skip to content

Commit 84eb4d7

Browse files
committed
isFoldersEnabled one more check
1 parent 9b6df59 commit 84eb4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
4747
__serviceTypeButtons: null,
4848

4949
__buildLayout: function() {
50-
if (this.__resourceType === "study") {
50+
if (this.__resourceType === "study" && osparc.utils.DisabledPlugins.isFoldersEnabled()) {
5151
this._add(this.__createWorkspacesAndFoldersTree());
5252
} else {
5353
this._add(this.__createSharedWithFilterLayout());

0 commit comments

Comments
 (0)