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 11, 2024
1 parent f415a4d commit de95e8e
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 de95e8e

Please sign in to comment.