diff --git a/src/components/home/home.component.ts b/src/components/home/home.component.ts index ccc973d..08f2fd1 100644 --- a/src/components/home/home.component.ts +++ b/src/components/home/home.component.ts @@ -104,5 +104,8 @@ export class HomeComponent implements OnInit, OnDestroy { */ resetComposition() { this.poolService.resetComposition(); + this.formFilters.patchValue({ + teamSize: this.teamSize + }); } }