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
+1 -1
View File
@@ -61,7 +61,7 @@ export class AddNotePage implements OnInit {
this.documents = this.documents.filter( (e, i) => index != i);
}
async successMessage(message?: string, callback?) {
async successMessage(message?: any, callback?) {
const enterAnimation = (baseEl: any) => {
const backdropAnimation = this.animationController.create()