add lebal

This commit is contained in:
Peter Maquiran
2023-02-08 10:19:33 +01:00
parent 66025fca69
commit b60ff07159
2 changed files with 7 additions and 7 deletions
@@ -68,7 +68,7 @@
<mat-form-field appearance="none" class="width-100" color="ion-color-secondary" placeholder="Selecione agenda">
<mat-select [(value)]="CalendarName" >
<mat-option *ngFor="let calendars of CalendarNamesOptions" value="{{calendars}}">
{{ calendars }}
Calendário {{ calendars }}
</mat-option>
</mat-select>