run callback

This commit is contained in:
Peter Maquiran
2021-08-30 12:07:14 +01:00
parent e00b3fb4fc
commit 45d1912bf3
2 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -146,7 +146,8 @@ export class HeaderPage implements OnInit {
componentProps: {
}
});
return await modal.present();
await modal.present();
}
async dynamicSearch() {