Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 3e38b4f

Browse files
author
Dushyant Bhalgami
committed
fix groups issue with direct
1 parent b7e6794 commit 3e38b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/scripts/launch/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ function saveAsDraftRequest() {
13641364
.magicSuggest()
13651365
.getSelection();
13661366
request['groups'] = $.map(selectedGroups, function(val, i) {
1367-
return val.oldId.toString();
1367+
return val.id.toString();
13681368
});
13691369

13701370
var copilotCost = parseFloat(mainWidget.softwareCompetition.copilotCost);

0 commit comments

Comments
 (0)