Skip to content

Commit 5f6c8d7

Browse files
committed
minor
1 parent 3f90936 commit 5f6c8d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

services/static-webserver/client/source/class/osparc/ui/list/OrganizationListItem.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ qx.Class.define("osparc.ui.list.OrganizationListItem", {
3333
},
3434

3535
members: {
36+
// overridden
37+
_setRole: function() {
38+
// Role field was already filled up with the nMembers
39+
return;
40+
},
41+
3642
// overridden
3743
_getOptionsMenu: function() {
3844
let menu = null;

0 commit comments

Comments
 (0)