Skip to content

Commit

Permalink
Fix bug with download_gated_cell_encodings
Browse files Browse the repository at this point in the history
  • Loading branch information
nchuynh committed Sep 16, 2024
1 parent 68525d7 commit 18b013a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minerva_analysis/client/src/js/views/csvGatingList.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ class CSVGatingList {

// Download gated channel ranges
download_gated_cell_encodings.addEventListener('click', () => {
this.dataLayer.downloadGatingCSV(this.gating_channels, this.selections, this.seaDragonViewer.list_lassos, this.seaDragonViewer.selection_ids, true);
this.dataLayer.downloadGatingCSV(this.gating_channels, this.selections, this.seaDragonViewer.list_lassos, this.seaDragonViewer.pickedIds, true);
})

// Toggle outlined / filled cell selections
Expand Down

0 comments on commit 18b013a

Please sign in to comment.