Skip to content

Commit

Permalink
Show AIPID as soon as it's available
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Feb 25, 2022
1 parent 9c76b7b commit 41c5b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/CollectionShow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dd>{{ collection.transferId }}</dd>
</template>

<template v-if="collection.status == 'done' && collection.aipId">
<template v-if="collection.aipId">
<dt>AIP</dt>
<dd>{{ collection.aipId }}</dd>
</template>
Expand Down

0 comments on commit 41c5b3a

Please sign in to comment.