Skip to content

Commit 9900da8

Browse files
committed
fix: remove time format on tutorial due to required issue
1 parent 78f0e9a commit 9900da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/units/states/edit/directives/unit-tutorials-list/unit-tutorials-list.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@ <h4>Tutorials without a stream</h4>
124124
</div>
125125
<ng-template #edit>
126126
<mat-form-field class="data-entry">
127-
<input matInput type="time" required formControlName="meeting_time"
127+
<input matInput required formControlName="meeting_time"
128128
[value]="formData.get('meeting_time').value" placeholder="Time">
129129
</mat-form-field>
130130
</ng-template>
131131
</td>
132132
<td mat-footer-cell *matFooterCellDef>
133133
<mat-form-field class="data-entry">
134-
<input matInput type="time" required formControlName="meeting_time" placeholder="Time">
134+
<input matInput required formControlName="meeting_time" placeholder="Time">
135135
</mat-form-field>
136136
</td>
137137
</ng-container>

0 commit comments

Comments
 (0)