fix event to approve

This commit is contained in:
Peter Maquiran
2023-06-09 09:22:46 +01:00
parent 3bf5bfa75b
commit 91588ebb24
3 changed files with 7 additions and 7 deletions
@@ -156,7 +156,7 @@ export class EventListPage implements OnInit {
this.eventsList = this.eventsList
this.showLoader = false;
this.eventoaprovacaostore.save(segment.OwnerUserId, this.eventsList)
this.eventoaprovacaostore.save(segment, this.eventsList)
}
this.showLoader = false;