Skip to content

Commit 151a823

Browse files
authored
Clean up whitespace in dialogs-form.component.html
Removed unnecessary whitespace before the slide toggle.
1 parent afb6ed2 commit 151a823

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/shared/dialogs/dialogs-form.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ <h1 mat-dialog-title><span><mat-icon>create</mat-icon>{{title}}</span></h1>
7979
<input matInput type="time" [placeholder]="field.placeholder" [formControl]="modalForm.controls[field.name]" [required]="field.required">
8080
<mat-error><planet-form-error-messages [control]="modalForm.controls[field.name]"></planet-form-error-messages></mat-error>
8181
</mat-form-field>
82-
8382
<!-- Slide Toggle -->
8483
<mat-slide-toggle *ngIf="field.type === 'toggle'" class="full-width" [formControl]="modalForm.controls[field.name]">{{field.label}}</mat-slide-toggle>
8584

0 commit comments

Comments
 (0)