Skip to content

Commit d96b267

Browse files
committed
minor
1 parent f7696c5 commit d96b267

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,21 +1096,22 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
10961096
this._resourcesContainer.setResourcesToList(this._resourcesList);
10971097
this._resourcesContainer.reloadCards("studies");
10981098

1099-
this._toolbar.show();
11001099
switch (this.getCurrentContext()) {
11011100
case "studiesAndFolders":
11021101
this._searchBarFilter.resetFilters();
1102+
this._toolbar.show();
11031103
this.__reloadFolders();
11041104
this._loadingResourcesBtn.setFetching(false);
11051105
this.invalidateStudies();
11061106
this.__reloadStudies();
11071107
break;
11081108
case "workspaces":
1109-
this._toolbar.exclude();
11101109
this._searchBarFilter.resetFilters();
1110+
this._toolbar.exclude();
11111111
this.__reloadWorkspaces();
11121112
break;
11131113
case "search":
1114+
this._toolbar.show();
11141115
this.__reloadWorkspaces();
11151116
this.__reloadFolders();
11161117
this._loadingResourcesBtn.setFetching(false);
@@ -1119,6 +1120,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
11191120
break;
11201121
case "trash":
11211122
this._searchBarFilter.resetFilters();
1123+
this._toolbar.show();
11221124
this.__reloadWorkspaces();
11231125
this.__reloadFolders();
11241126
this._loadingResourcesBtn.setFetching(false);

0 commit comments

Comments
 (0)