We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6c860 commit 10cfb8fCopy full SHA for 10cfb8f
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js
@@ -215,7 +215,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
215
request
216
.then(workspaces => {
217
if (filterEnabled) {
218
- return;
+ return Promise.resolve();
219
}
220
this.__setWorkspacesToList(workspaces);
221
if (this.getCurrentContext() === osparc.dashboard.StudyBrowser.CONTEXT.TRASH) {
@@ -270,7 +270,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
270
return request
271
.then(folders => {
272
273
274
275
this.__setFoldersToList(folders);
276
0 commit comments