This commit is contained in:
Peter Maquiran
2021-06-09 16:38:41 +01:00
parent 762b6b9f83
commit c9dc4c708c
36 changed files with 46 additions and 42 deletions
@@ -235,7 +235,7 @@ export class ApproveEventPage implements OnInit {
}
async successMessage(message?: string, callback?) {
async successMessage(message?: any, callback?) {
const enterAnimation = (baseEl: any) => {
const backdropAnimation = this.animationController.create()
@@ -315,7 +315,7 @@ export class NewEventPage implements OnInit {
window['temp.path:/home/agenda/new-event.component.ts'] = {}
}
async successMessage(message?: string, callback?) {
async successMessage(message?: any, callback?) {
const enterAnimation = (baseEl: any) => {
const backdropAnimation = this.animationController.create()