[develop | DONE | FIXED ] issue in remove projects tick box
This commit is contained in:
parent
2777d4ccc3
commit
b7e1fb3965
|
@ -284,7 +284,7 @@ export class RemoveProjectsComponent implements OnInit {
|
|||
}
|
||||
|
||||
public selectAll(){
|
||||
if(this.selectedIndexes.length < this.communitySearchUtils.totalResults) {
|
||||
if(this.selectedIndexes.length < this.previewCommunityProjects.length) {
|
||||
this.selectedIndexes = Array.from(Array(this.previewCommunityProjects.length).keys());
|
||||
}else{
|
||||
this.selectedIndexes = [];
|
||||
|
|
Loading…
Reference in New Issue