Skip to content

Commit

Permalink
annot not label
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 2, 2023
1 parent 7c4d4bd commit e8d31f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/labeling/labelReview.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ function getLabelInfo(e) {
// render relevant annotations
let annots = [];
for (let label of matched_labels){
$CAMIC.store.findLabeling({'creator': $USER, 'parent': label._id.$oid}).then(x=>{
$CAMIC.store.findLabelingAnnotation({'creator': $USER, 'parent': label._id.$oid}).then(x=>{
document.getElementById('annot_review').innerHTML += x.join('<br/><hr/><br/>');
});
}
Expand Down

0 comments on commit e8d31f0

Please sign in to comment.