mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add ocurrency inputs
This commit is contained in:
@@ -113,11 +113,10 @@ export class ViewEventPage implements OnInit {
|
||||
this.toastService.badRequest('Este evento já não existe na sua agenda')
|
||||
}
|
||||
|
||||
})
|
||||
;
|
||||
});
|
||||
}
|
||||
|
||||
async deleteEvent(){
|
||||
async deleteEvent() {
|
||||
|
||||
if (this.loadedEvent.IsRecurring) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user