mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Fix checkboxes and bulk download
This commit is contained in:
@@ -13,7 +13,7 @@ export class ResultTableRowComponent implements OnInit {
|
||||
constructor(private selectionService: SelectionService) { }
|
||||
|
||||
ngOnInit() {
|
||||
this.selectionService.selections[this.groupId] = false
|
||||
this.selectionService.selections[this.groupId] = this.selectionService.isAllSelected()
|
||||
}
|
||||
|
||||
get groupId() {
|
||||
|
||||
Reference in New Issue
Block a user