Refactor poolservice

This commit is contained in:
Daniel Rodriguez 2021-08-05 00:04:48 +02:00
parent 197fa9c530
commit ea73b94e24

View file

@ -104,5 +104,8 @@ export class HomeComponent implements OnInit, OnDestroy {
*/ */
resetComposition() { resetComposition() {
this.poolService.resetComposition(); this.poolService.resetComposition();
this.formFilters.patchValue({
teamSize: this.teamSize
});
} }
} }