Skip to content

Commit f437d19

Browse files
committed
supportGroup as prop
1 parent 63eac38 commit f437d19

File tree

1 file changed

+5
-0
lines changed
  • services/static-webserver/client/source/class/osparc/store

1 file changed

+5
-0
lines changed

services/static-webserver/client/source/class/osparc/store/Groups.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ qx.Class.define("osparc.store.Groups", {
3636
init: null // this will stay null for guest users
3737
},
3838

39+
supportGroup: {
40+
check: "osparc.data.model.Group",
41+
init: null // this will stay null for guest users
42+
},
43+
3944
organizations: {
4045
check: "Object",
4146
init: {},

0 commit comments

Comments
 (0)