Skip to content

Commit 731e549

Browse files
Fix group UUID return
1 parent fe33a4b commit 731e549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/groups.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class GroupService {
325325
const responseJSON = await handleApiResponse(response);
326326

327327
const treeIds = responseJSON.flattenGroupIdTree;
328-
treeIds.push(rootGroupId);
328+
treeIds.push(responseJSON.id);
329329

330330
return treeIds;
331331
}

0 commit comments

Comments
 (0)