Skip to content

Commit 19b9f24

Browse files
- added compound_set to csv export - #1172
1 parent 75ac125 commit 19b9f24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/components/datasets/selectedCompoundsList.js

+2
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,8 @@ export const SelectedCompoundList = memo(() => {
512512
molObj['name'] = compound.molecule.name ? compound.molecule.name : '';
513513
}
514514

515+
molObj['compound_set'] = compound.datasetID;
516+
515517
molObj = populateMolObject(molObj, compound, props, ids);
516518

517519
if (maxNumOfInspirations) {

0 commit comments

Comments
 (0)