Commit 1e16825d by Kim Peace

Fixed group search in contact

parent 04c71b37
......@@ -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