Update submodules and remove some development logs
This commit is contained in:
parent
4a42fe3163
commit
fe5f08e1cb
|
@ -1 +1 @@
|
|||
Subproject commit 04229ad0ed644a7fd5198a5dcbc40ab083508a11
|
||||
Subproject commit ce842a39c664244b85a2f2beb75ba1f184c0b885
|
|
@ -180,7 +180,6 @@ export class SearchStakeholdersComponent {
|
|||
this.sort();
|
||||
this.searchUtils.totalResults = this.results.length;
|
||||
this.filters = this.searchPage.prepareFiltersToShow(this.filters, this.searchUtils.totalResults);
|
||||
console.log(this.filters);
|
||||
this.results = this.results.slice((this.searchUtils.page - 1) * this.searchUtils.size, (this.searchUtils.page * this.searchUtils.size));
|
||||
this.searchUtils.status = this.errorCodes.DONE;
|
||||
if (this.searchUtils.totalResults == 0) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 85ad768a46df5e59843fa5d97780ab754d0429a0
|
||||
Subproject commit 936fac297322fa252af930cab3c0e69efe57c1a5
|
Loading…
Reference in New Issue