We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a9158 commit 33e3475Copy full SHA for 33e3475
apps/web/src/features/upload/utils.ts
@@ -117,7 +117,7 @@ export function reformatInstrumentData({
117
recordsList.push(createdRecord);
118
}
119
const reformatForSending: UploadInstrumentRecordsData = {
120
- groupId: undefined,
+ groupId: currentGroup?.id,
121
instrumentId: instrument.id,
122
records: recordsList
123
};
0 commit comments