Skip to content

Commit 6219bac

Browse files
committed
remove force grid
1 parent 3a63776 commit 6219bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ qx.Class.define("osparc.dashboard.ResourceBrowserBase", {
326326

327327
_groupByChanged: function(groupBy) {
328328
// if cards are grouped they need to be in grid mode
329-
this._resourcesContainer.setMode("grid");
330-
this.__viewModeLayout.setVisibility(groupBy ? "excluded" : "visible");
329+
// this._resourcesContainer.setMode("grid");
330+
// this.__viewModeLayout.setVisibility(groupBy ? "excluded" : "visible");
331331
this._resourcesContainer.setGroupBy(groupBy);
332332
this._reloadCards();
333333
},

0 commit comments

Comments
 (0)