File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/units/states/edit/directives/unit-tutorials-list Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments