Refactor poolservice
This commit is contained in:
parent
197fa9c530
commit
ea73b94e24
1 changed files with 3 additions and 0 deletions
|
|
@ -104,5 +104,8 @@ export class HomeComponent implements OnInit, OnDestroy {
|
||||||
*/
|
*/
|
||||||
resetComposition() {
|
resetComposition() {
|
||||||
this.poolService.resetComposition();
|
this.poolService.resetComposition();
|
||||||
|
this.formFilters.patchValue({
|
||||||
|
teamSize: this.teamSize
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue