Skip to content

Commit 7409c3c

Browse files
committed
II
1 parent 2b40c91 commit 7409c3c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
qx.Class.define("osparc.ui.list.CollaboratorListItem", {
1919
extend: osparc.ui.list.ListItem,
2020

21-
construct: function() {
22-
this.base(arguments);
23-
24-
this.set({
25-
minHeight: 48
26-
})
27-
},
28-
2921
properties: {
3022
collabType: {
3123
check: [0, 1, 2], // 0:all, 1:org, 2:user

0 commit comments

Comments
 (0)