fix: Update contact details page errors (#10536)

Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
Sivin Varghese
2024-12-04 13:58:53 -08:00
committed by GitHub
co-authored by Pranav
parent 9b6830a610
commit bf58a18af4
4 changed files with 2 additions and 24 deletions
@@ -35,12 +35,6 @@ export const getters = {
record => record.attribute_model === attributeModel
);
},
getAttributesByModelType: _state => attributeModel => {
const records = _state.records.filter(
record => record.attribute_model === attributeModel
);
return camelcaseKeys(records, { deep: true });
},
};
export const actions = {