Commit ac2e4a27 by Kim Peace

Merge branch 'bug/#43972_group_search_in_contact' into 'develop'

Fixed group search in contact

See merge request !235
parents 04c71b37 1e16825d
......@@ -83,7 +83,7 @@ Contact.appendGroupList = function (groupList) {
const groupTemplate = getTemplate(TemplateURL.GROUP_LIST);
groupList.forEach(function (group) {
const html = renderGroupList(
const html = Contact.renderGroupList(
groupTemplate,
group.groupName,
group.groupId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment