We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb6ed2 commit 151a823Copy full SHA for 151a823
1 file changed
src/app/shared/dialogs/dialogs-form.component.html
@@ -79,7 +79,6 @@ <h1 mat-dialog-title><span><mat-icon>create</mat-icon>{{title}}</span></h1>
79
<input matInput type="time" [placeholder]="field.placeholder" [formControl]="modalForm.controls[field.name]" [required]="field.required">
80
<mat-error><planet-form-error-messages [control]="modalForm.controls[field.name]"></planet-form-error-messages></mat-error>
81
</mat-form-field>
82
-
83
<!-- Slide Toggle -->
84
<mat-slide-toggle *ngIf="field.type === 'toggle'" class="full-width" [formControl]="modalForm.controls[field.name]">{{field.label}}</mat-slide-toggle>
85
0 commit comments