Skip to content

Commit

Permalink
support the survey task's _choiceInProgress flag
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Nov 18, 2024
1 parent e1cf963 commit 8bed133
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Classification = types
get inProgress() {
let inProgress = false
self.annotations.forEach(annotation => {
inProgress ||= annotation._inProgress
inProgress ||= annotation._inProgress || annotation._choiceInProgress
})
return inProgress
},
Expand Down

0 comments on commit 8bed133

Please sign in to comment.