Skip to content

Commit

Permalink
Merge pull request #2375 from glific/feature/2496
Browse files Browse the repository at this point in the history
Collection contact filter based on name or phone
  • Loading branch information
mdshamoon authored Apr 3, 2023
2 parents b94e122 + 95e1419 commit 2dd23fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const CollectionContactList = ({ title }: CollectionContactListProps) =>
title={title}
listItem="contacts"
listItemName="contact"
searchParameter={['name']}
searchParameter={['term']}
filters={{ includeGroups: collectionId }}
button={{ show: false, label: '' }}
pageLink="contact"
Expand Down

0 comments on commit 2dd23fa

Please sign in to comment.