mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -52,8 +52,6 @@ export class ChatPopoverPage implements OnInit {
|
||||
console.log(res);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
this.popoverController.dismiss(true);
|
||||
}
|
||||
@@ -80,7 +78,7 @@ export class ChatPopoverPage implements OnInit {
|
||||
const modal = await this.modalController.create({
|
||||
component: EditGroupPage,
|
||||
componentProps: {
|
||||
//room: this.room,
|
||||
roomId: this.roomId,
|
||||
},
|
||||
cssClass: 'contacts',
|
||||
backdropDismiss: false
|
||||
|
||||
Reference in New Issue
Block a user