Skip to content

Commit

Permalink
feat(IN): refrescar botonera
Browse files Browse the repository at this point in the history
  • Loading branch information
plammel committed Jun 3, 2022
1 parent e9d2405 commit 53317c6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ export class PlanIndicacionesComponent implements OnInit {
);
}
this.showSecciones[indicacion.seccion.term] = true;
this.resetSelection();
});

const eventosMap = {};
Expand Down Expand Up @@ -225,6 +226,10 @@ export class PlanIndicacionesComponent implements OnInit {

onDateChange() {
this.actualizar();
this.resetSelection();
}

resetSelection() {
this.selectedIndicacion = {};
this.onSelectedChange();
}
Expand Down

0 comments on commit 53317c6

Please sign in to comment.