File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/views/identification_task Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 7070 <PhotoPredictionBbox v-if =" slotProps.item.prediction" :prediction =" slotProps.item.prediction" />
7171 <figcaption v-if =" slotProps.item.uuid === identificationTask?.public_photo.uuid"
7272 class =" absolute top-2 right-2 p-2 rounded-md" >
73- <Tag icon = " pi pi-sparkles " severity = " success " value = " Best photo " />
73+ <BestPhotoTag />
7474 </figcaption >
7575 </figure >
7676 </template >
@@ -118,6 +118,7 @@ import IdentificationTaskResultTag from '@/components/identificationTasks/Identi
118118import IdentificationTaskReviewTag from ' @/components/identificationTasks/IdentificationTaskReviewTag.vue' ;
119119import IdentificationTaskStatusTag from ' @/components/identificationTasks/IdentificationTaskStatusTag.vue' ;
120120import ObservationInfoData from ' @/components/observations/ObservationInfoData.vue' ;
121+ import BestPhotoTag from ' @/components/photos/BestPhotoTag.vue' ;
121122import PhotoPredictionBbox from ' @/components/predictions/PhotoPredictionBbox.vue' ;
122123
123124const props = withDefaults (defineProps <{
You can’t perform that action at this time.
0 commit comments