[develop | DONE | FIXED ] issue in remove projects tick box

This commit is contained in:
argirok 2024-09-18 13:22:53 +03:00
parent 2777d4ccc3
commit b7e1fb3965
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];