add event repeat specification

This commit is contained in:
Peter Maquiran
2021-12-11 16:27:41 +01:00
parent e677f7caaf
commit 86393de050
5 changed files with 26 additions and 5 deletions
@@ -592,7 +592,7 @@ export class ExpedienteDetailPage implements OnInit {
});
await modal.present();
modal.onDidDismiss().then(res => {
this.goBack();
});
}