This commit is contained in:
Peter Maquiran
2023-07-14 10:19:33 +01:00
parent 63abde5697
commit c62c14c30b
35 changed files with 347 additions and 40 deletions
@@ -99,6 +99,8 @@ export class DeplomaOptionsPage implements OnInit {
this.goBack();
}
}
}, (error) => {
console.log(error)
});
}
@@ -150,7 +152,12 @@ export class DeplomaOptionsPage implements OnInit {
backdropDismiss: false
});
await modal.present();
modal.onDidDismiss();
modal.onDidDismiss().then(
()=> {},
(error) => {
console.log(error)
}
)
}
@@ -291,6 +298,8 @@ export class DeplomaOptionsPage implements OnInit {
}
this.goBack();
}, (error) => {
console.log(error)
});
}
@@ -316,6 +325,8 @@ export class DeplomaOptionsPage implements OnInit {
this.openMenu(); */
}
}, (error) => {
console.log(error)
});
}