added the edit and delete event offline

This commit is contained in:
Eudes Inácio
2021-10-20 11:06:00 +01:00
parent a77fffe6f8
commit f181bd12d9
7 changed files with 163 additions and 188 deletions
@@ -209,6 +209,7 @@ export class EditEventPage implements OnInit {
this.toastService.successMessage();
}, error => {
if(error.status != 0)
this.toastService.badRequest()
});