This commit is contained in:
tiago.kayaya
2021-07-15 16:09:30 +01:00
parent dab38e06bf
commit bd63ca691d
3 changed files with 19 additions and 25 deletions
@@ -173,7 +173,7 @@
<mat-form-field appearance="none" floatLabel="never" class="width-100" value="false" interface="action-sheet" required>
<mat-select
placeholder="Selecione repetição*"
[(ngModel)]="selectedRecurringType"
[(ngModel)]="postEvent.EventRecurrence.Type"
(ngModelChange)="onSelectedRecurringChanged($event)">
<mat-option
*ngFor="let recurring of recurringTypes"