Skip to content

Commit c54115f

Browse files
committed
minor
1 parent ef46013 commit c54115f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
10881088
this.__reloadStudies();
10891089
break;
10901090
case "workspaces":
1091-
this._toolbar.hide();
1091+
this._toolbar.exclude();
10921092
this._searchBarFilter.resetFilters();
10931093
this.__reloadWorkspaces();
10941094
break;

0 commit comments

Comments
 (0)