Skip to content

Commit

Permalink
fix pdf redaction selection de8534a
Browse files Browse the repository at this point in the history
how did this even work... i must have tested badly
  • Loading branch information
bikubi authored and krmax44 committed Aug 12, 2024
1 parent c6fbc38 commit e3993a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ export default {
// would have to fetch multiple times to get all
console.warn('not all attachments fetched')
}
const saveSelection = this.selectDocuments.map((d) => d.id)
const saveSelection = this.selectedDocuments.map((d) => d.id)
this.documents = this.buildDocuments(response.objects)
this.documents.forEach(
(d) => (d.selected = saveSelection.includes(d.id))
Expand Down

0 comments on commit e3993a6

Please sign in to comment.