Skip to content

Commit 4a86b9a

Browse files
committed
it now supports it
1 parent da002bc commit 4a86b9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,6 @@ qx.Class.define("osparc.dashboard.ResourceBrowserBase", {
325325
},
326326

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

0 commit comments

Comments
 (0)