Skip to content

Commit

Permalink
Merge pull request #2102 from dandi/no-citeas-embargo
Browse files Browse the repository at this point in the history
DLP: Have "Cite as" only for OPEN (non embargoed) dandisets
  • Loading branch information
jjnesbitt authored Dec 10, 2024
2 parents 7953001 + 06daead commit 142a0b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/views/DandisetLandingView/DandisetActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
</DownloadDialog>
</v-row>
<v-row
v-if="currentDandiset.dandiset.embargo_status === 'OPEN'"
no-gutters
>
<CiteAsDialog>
Expand Down

0 comments on commit 142a0b3

Please sign in to comment.