web new api done

This commit is contained in:
Eudes Inácio
2024-06-04 11:56:56 +01:00
parent 399700c67c
commit 87ba7a6cd9
6 changed files with 34 additions and 34 deletions
@@ -107,13 +107,13 @@
<mat-form-field appearance="none" floatLabel="never" class="width-100" required>
<!-- <input matInput type="text" > -->
<mat-select placeholder="Selecione o tipo de evento*" matInput [(ngModel)]="postEvent.Category" >
<mat-option value="Reunião">
<mat-option value="Meeting">
Reunião
</mat-option>
<mat-option value="Viagem">
<mat-option value="Travel">
Viagem
</mat-option>
<mat-option value="Conferência">
<mat-option value="Conference">
Conferência
</mat-option>
<mat-option value="Encontro">