Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck committed Dec 11, 2024
1 parent 246e72e commit 8a624c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/explorer/export/ExportStepper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,11 @@
}
async function toggleSampleIds() {
console.log('toggleSampleIds: ', sampleIds);
try {
loadingSampleIds = true;
if (!sampleIds) {
console.log('removing sample ids', lastExports);
const exportsToRemove: ExportInterface[] = lastExports?.map(
(e) => e.ref,
) as ExportInterface[];
Expand Down

0 comments on commit 8a624c6

Please sign in to comment.