fix agenda

This commit is contained in:
Peter Maquiran
2023-04-17 16:40:17 +01:00
parent 955640e42e
commit bd13431c6a
5 changed files with 34 additions and 12 deletions
@@ -11,7 +11,7 @@
<label>Expediente <span class="lowercase" *ngIf="filterName != 'Todos' ">{{ filterName }}</span></label>
</div>
<div class="btn-refresh">
<mat-form-field class="task-filter-input" appearance="none" color="ion-color-secondary" placeholder="Selecione agenda">
<!-- <mat-form-field class="task-filter-input" appearance="none" color="ion-color-secondary" placeholder="Selecione agenda">
<mat-select [(value)]="filterName">
<mat-option value="Para hoje" >
@@ -41,7 +41,7 @@
</mat-select>
</mat-form-field>
</mat-form-field> -->
<button class="btn-no-color" (click)="doRefresh($event)">
<ion-icon slot="end" class="title-icon font-awesome" name="reload-circle"></ion-icon>
</button>