chore: Clean up

This commit is contained in:
iamsivin
2024-09-17 16:58:42 +05:30
parent 82dec3cee9
commit 7baa7d8c62
@@ -153,7 +153,7 @@ export default {
},
},
mounted() {
if (this.uiSettings.contacts_sort_config) {
if (this.uiSettings?.contacts_sort_config) {
this.sortConfig = this.uiSettings.contacts_sort_config;
}
this.fetchContacts(this.pageParameter);