This commit is contained in:
Peter Maquiran
2021-06-03 15:50:12 +01:00
parent 0f7c5bfe68
commit 1bf8a92040
6 changed files with 6 additions and 6 deletions
@@ -158,7 +158,7 @@ export class GroupMessagesPage implements OnInit {
});
}
async openChatOptions(ev: any) {
async openChatOptions(ev?: any) {
const popover = await this.popoverController.create({
component: ChatOptionsPopoverPage,
cssClass: 'chat-options-popover',