bug solve seltet date

This commit is contained in:
Eudes Inácio
2024-06-11 16:23:09 +01:00
parent 58874016f9
commit c37d3f5f7f
8 changed files with 62 additions and 23 deletions
@@ -361,7 +361,7 @@ export class EditEventPage implements OnInit {
try {
this.agendaDataRepository.updateEvent(this._postEvent.EventId, this._postEvent).subscribe((value) => {
this.agendaDataRepository.updateEvent(this._postEvent.EventId, this._postEvent,false).subscribe((value) => {
console.log(value)
}, ((error) => {
console.log('edit event error: ', error)