Skip to content

Commit

Permalink
fix: remove time format on tutorial due to required issue
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Jul 19, 2021
1 parent 78f0e9a commit 9900da8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ <h4>Tutorials without a stream</h4>
</div>
<ng-template #edit>
<mat-form-field class="data-entry">
<input matInput type="time" required formControlName="meeting_time"
<input matInput required formControlName="meeting_time"
[value]="formData.get('meeting_time').value" placeholder="Time">
</mat-form-field>
</ng-template>
</td>
<td mat-footer-cell *matFooterCellDef>
<mat-form-field class="data-entry">
<input matInput type="time" required formControlName="meeting_time" placeholder="Time">
<input matInput required formControlName="meeting_time" placeholder="Time">
</mat-form-field>
</td>
</ng-container>
Expand Down

0 comments on commit 9900da8

Please sign in to comment.