Skip to content

Commit

Permalink
review: Use correct form group
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
  • Loading branch information
kimwnasptd and andreyvelich committed Mar 12, 2021
1 parent 963f85b commit 75a181b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

<ng-container *ngIf="algorithmForm.value.type === 'hp'; else nasConfig">
<!--Early Stopping-->
<mat-step [stepControl]="hyperParamsArray">
<form [formGroup]="hyperParamsArray">
<mat-step [stepControl]="earlyStoppingForm">
<form [formGroup]="earlyStoppingForm">
<ng-template matStepLabel>Early Stopping</ng-template>

<app-form-early-stopping [formGroup]="earlyStoppingForm">
Expand Down

0 comments on commit 75a181b

Please sign in to comment.