diff --git a/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts b/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts index f2b21fe3f..e52bc1165 100644 --- a/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts +++ b/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts @@ -243,10 +243,9 @@ export class GroupContactsPage implements OnInit { backdropDismiss: false, }); await modal.present(); - } - } + onChange(event){ this.textSearch = event.detail.value; }