Skip to content

Commit

Permalink
fix(CIT): corrige toast
Browse files Browse the repository at this point in the history
  • Loading branch information
negro89 committed May 5, 2023
1 parent f49b5a6 commit 2121661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class PanelAgendaComponent implements OnInit {

this.serviceAgenda.patch(agenda.id, patch).subscribe((resultado: any) => {
this.agenda = resultado;
this.plex.toast('success', 'Información', 'La agenda se guardó correctamente ');
this.plex.toast('success', 'La agenda se guardó correctamente', 'Información');
this.actualizarEstadoEmit.emit(true);
}, err => {
if (err) {
Expand Down

0 comments on commit 2121661

Please sign in to comment.