We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe36e65 commit d688cf5Copy full SHA for d688cf5
1 file changed
plugins/course-apps/teams/Settings.jsx
@@ -26,6 +26,7 @@ const TeamSettings = ({
26
description: '',
27
type: GroupTypes.OPEN,
28
maxTeamSize: null,
29
+ userPartitionId: null,
30
id: null,
31
key: uuid(),
32
};
@@ -38,6 +39,7 @@ const TeamSettings = ({
38
39
type: group.type,
40
description: group.description,
41
max_team_size: group.maxTeamSize,
42
+ user_partition_id: group.userPartitionId,
43
}));
44
return saveSettings({
45
team_sets: groups,
0 commit comments