Production release February 2024 #30

Merged
konstantina.galouni merged 10 commits from develop into master 2024-02-07 21:37:51 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit ffedfc0618 - Show all commits

View File

@ -175,6 +175,7 @@ export class FetchProjects {
}
}
}
this.filters[i].countAllValues = this.filters[i].values.length;
}
}
if (filterquery == "") {
@ -186,6 +187,7 @@ export class FetchProjects {
this.funders = (this.filters[i].values);
}
this.filters[i].countAllValues = this.filters[i].values.length;
}
//console.log(" this.funders:"+ this.funders);