Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
geektortoise committed Nov 9, 2021
1 parent af644fe commit fbfdd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/annotations/ListAnnotations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export default {
let users = (this.selectedAnnotationType === this.jobAnnotationOption) ? this.userJobs : this.projectUsers;
let collection = new AnnotationCollection({
project: this.project.id,
terms: this.selectedTermsIds.length===this.terms.length ? null : this.selectedTermsIds,
terms: this.selectedTermsIds.length===this.termsOptions.length ? null : this.selectedTermsIds,
images: this.selectedImagesIds.length===this.images.length ? null : this.selectedImagesIds,
users: this.selectedUsersIds.length===users.length ? null : this.selectedUsersIds,
reviewed: this.reviewed,
Expand Down

0 comments on commit fbfdd42

Please sign in to comment.