fix agenda

This commit is contained in:
Peter Maquiran
2023-02-13 18:23:20 +01:00
parent 44dddff124
commit 1f5abcaa7a
9 changed files with 7 additions and 14 deletions
@@ -113,7 +113,6 @@
placeholder="Choose a date"
[(ngModel)]="startDate"
[disabled]="disabled"
[min]="currentDate"
>
<mat-datepicker-toggle id="new-inicio" matSuffix [for]="picker1"></mat-datepicker-toggle>
<ngx-mat-datetime-picker #picker1
@@ -141,7 +140,6 @@
placeholder="Choose a date"
[(ngModel)]="endDate"
[disabled]="disabled"
[min]="currentDate"
>
<mat-datepicker-toggle id="new-fim" matSuffix [for]="fim"></mat-datepicker-toggle>
<ngx-mat-datetime-picker #fim