From 83ad684a8dc6e6db08e5f97f646f925644687ed4 Mon Sep 17 00:00:00 2001 From: "tiago.kayaya" Date: Tue, 20 Apr 2021 15:00:05 +0100 Subject: [PATCH] save --- .../chat/group-messages/group-contacts/group-contacts.page.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }