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 19, 2024
1 parent f0177f7 commit 5637ca1
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 5637ca1

Please sign in to comment.