diff --git a/lib/models/contactGroupsModel.js b/lib/models/contactGroupsModel.js index 510abe6f..a10f3f95 100644 --- a/lib/models/contactGroupsModel.js +++ b/lib/models/contactGroupsModel.js @@ -6,7 +6,7 @@ export const getContactGroupsModel = (api) => { }; export const ContactGroupsModel = { - key: 'Labels', + key: 'ContactGroups', get: getContactGroupsModel, update: (model, events) => updateCollection({ model, events, item: ({ Label }) => Label }) };