This commit is contained in:
tiago.kayaya
2021-06-08 16:58:21 +01:00
26 changed files with 86 additions and 84 deletions
@@ -253,9 +253,9 @@ export class EditEventToApproveComponent implements OnInit {
}
this.eventsService.postEventToApproveEdit(event).subscribe(()=>{
this.successMessage()
this.successMessage('Evento editado')
}, error =>{
this.badRequest()
this.badRequest('Evento não editado')
})