Skip to content

Commit d688cf5

Browse files
BryanttVbradenmacdonald
authored andcommitted
fix: add user partition id when update groups
1 parent fe36e65 commit d688cf5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/course-apps/teams/Settings.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const TeamSettings = ({
2626
description: '',
2727
type: GroupTypes.OPEN,
2828
maxTeamSize: null,
29+
userPartitionId: null,
2930
id: null,
3031
key: uuid(),
3132
};
@@ -38,6 +39,7 @@ const TeamSettings = ({
3839
type: group.type,
3940
description: group.description,
4041
max_team_size: group.maxTeamSize,
42+
user_partition_id: group.userPartitionId,
4143
}));
4244
return saveSettings({
4345
team_sets: groups,

0 commit comments

Comments
 (0)