feat: Update contact list page (#13020)
This commit is contained in:
@@ -320,4 +320,11 @@ export const actions = {
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
updateContactLabels({ commit }, { contactId, labels }) {
|
||||
commit(types.SET_CONTACT_ITEM, {
|
||||
id: contactId,
|
||||
labels,
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user