edit event form correct

This commit is contained in:
Eudes Inácio
2024-06-12 13:59:29 +01:00
parent 1d76cb56c2
commit e5b010940e
4 changed files with 14 additions and 4 deletions
@@ -82,7 +82,7 @@
<div class="ion-input-class flex-grow-1">
<mat-form-field appearance="none" floatLabel="never" class="width-100 ">
<mat-select placeholder="Selecione agenda*" [(ngModel)]="_postEvent.CalendarName" [disabled]=true>
<mat-select placeholder="Selecione agenda*" [(ngModel)]="_postEvent.CalendarName" [disabled]=false>
<mat-option *ngFor="let calendars of CalendarNamesOptions" value="{{calendars}}">
Agenda {{ calendars }}
</mat-option>