Skip to content

Commit

Permalink
fix(RUP): modifica label en boton de filtro
Browse files Browse the repository at this point in the history
  • Loading branch information
ma7payne committed Dec 22, 2023
1 parent 1be5f4b commit d6dd9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/rup/components/ejecucion/hudsBusqueda.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</button>
<button class="btn btn-primary btn-sm btn-block m-0" (click)="setAmbitoOrigen('internacion')"
[class.active]="ambitoOrigen === 'internacion'">
INTERNACION
INTERNACIÓN
</button>
<plex-button type="info" size="sm" [icon]="showFiltros ? 'chevron-up' : 'chevron-down'"
[tooltip]="showFiltros ? 'Cerrar filtros' : 'Ver filtros'" (click)="toogleFiltros()">
Expand Down

0 comments on commit d6dd9e9

Please sign in to comment.