chore: Update contacts page

This commit is contained in:
iamsivin
2026-01-22 09:35:58 +05:30
parent 7455838206
commit 6ce3423205
19 changed files with 840 additions and 510 deletions
@@ -8,7 +8,10 @@ export const getters = {
const contacts = $state.sortOrder.map(
contactId => $state.records[contactId]
);
return camelcaseKeys(contacts, { deep: true });
return camelcaseKeys(contacts, {
deep: true,
stopPaths: ['custom_attributes'],
});
},
getUIFlags($state) {
return $state.uiFlags;