[develop | DONE | FIXED]: [BUG FIX] claimResultSearchForm.component.ts: In method "checkSelectedFilters()" set "filter.countAllValues = filter.values.length;", because filters were loading forever.

This commit is contained in:
Konstantina Galouni 2024-02-07 10:31:42 +02:00
parent b12877df2a
commit 76a72c175d
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ export class ClaimResultSearchFormComponent {
}
}
filter.countAllValues = filter.values.length;
}
return filters;
}