Skip to content

Commit

Permalink
💄 Fix prop
Browse files Browse the repository at this point in the history
  • Loading branch information
damianpumar committed Jun 10, 2024
1 parent f7660cb commit 1110c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default {
return this.affectAllRecords && this.numberOfSelectedRecords > 100;
},
spansQuestionsWithSelectedEntities() {
return this.recordsOnPage[0].questions
return this.record.questions
.filter((q) => q.isSpanType)
.filter((s) => s.answer.options.some((e) => e.isSelected));
},
Expand Down

0 comments on commit 1110c87

Please sign in to comment.