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 1529a3c commit d62d4a1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ export class ExportarHudsComponent implements OnInit {

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

0 comments on commit d62d4a1

Please sign in to comment.