From ea73b94e24bd904b031d8ef4672bb78fe02037fc Mon Sep 17 00:00:00 2001 From: Daniel Rodriguez Date: Thu, 5 Aug 2021 00:04:48 +0200 Subject: [PATCH] Refactor poolservice --- src/components/home/home.component.ts | 3 +++ 1 file changed, 3 insertions(+) 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 + }); } }