Skip to content

Commit

Permalink
Retrieve identifier value directly from dandiset object
Browse files Browse the repository at this point in the history
Co-authored-by: Mike VanDenburgh <[email protected]>
  • Loading branch information
waxlamp and mvandenburgh authored Oct 31, 2024
1 parent 2872342 commit 430c4fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const neurosiftURL = computed(() => {
}
const metadata = currentDandiset.value.metadata;
const dandisetId = metadata.identifier.split(':')[1];
const dandisetId = currentDandiset.value.dandiset.identifier;
const dandisetVersion = metadata.version;
const stagingParam = metadata.url!.startsWith('https://gui-staging.dandiarchive.org/') ? '&staging=1' : '';
Expand Down

0 comments on commit 430c4fe

Please sign in to comment.