Skip to content

Commit

Permalink
feat(HUDS): Agregar filtro de descargas pendientes
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-bravo authored and silviroa committed Dec 29, 2022
1 parent 90ad966 commit 1529a3c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ export class ExportarHudsComponent implements OnInit {
}

descargasPendientes() {
this.exportHudsService.pendientes({ id: this.auth.usuario.id }).subscribe((data) => {
this.exportHudsService.hud$.next(data);
});
this.exportHudsService.refrescarPendientes();
}
}

0 comments on commit 1529a3c

Please sign in to comment.