This commit is contained in:
Peter Maquiran
2023-07-16 21:38:37 +01:00
parent 02725cd368
commit 1ef13da922
25 changed files with 133 additions and 234 deletions
@@ -92,11 +92,8 @@
<mat-form-field floatLabel="never" appearance="none" class="d-md-block width-100">
<mat-select placeholder="Selecione agenda" [(ngModel)]="postData.CalendarName" >
<mat-option value="Oficial">
Oficial
</mat-option>
<mat-option value="Pessoal">
Pessoal
<mat-option *ngFor="let calendars of CalendarNamesOptions" value="{{calendars}}">
Agenda {{ calendars }}
</mat-option>
</mat-select>
</mat-form-field>