This commit is contained in:
Peter Maquiran
2022-10-11 14:53:48 +01:00
parent c2e9770153
commit a2fdfca19d
3 changed files with 14 additions and 26 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ export class ProfilePage implements OnInit {
this.isProfileOpen = true;
const modal = await this.modalController.create({
component: ProfilePage,
component: EditProfilePage,
cssClass: 'model profile-modal search-submodal',
componentProps: {
}