Skip to content

Commit 41c5b3a

Browse files
committed
Show AIPID as soon as it's available
1 parent 9c76b7b commit 41c5b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/CollectionShow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dd>{{ collection.transferId }}</dd>
5353
</template>
5454

55-
<template v-if="collection.status == 'done' && collection.aipId">
55+
<template v-if="collection.aipId">
5656
<dt>AIP</dt>
5757
<dd>{{ collection.aipId }}</dd>
5858
</template>

0 commit comments

Comments
 (0)