feat: Add a component to display contact attributes in CRM (#2217)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
parent
fd67a5795a
commit
262d153c18
4 changed files with 135 additions and 1 deletions
|
@ -14,7 +14,7 @@ export default {
|
|||
computed: {
|
||||
...mapGetters({ uiSettings: 'getUISettings' }),
|
||||
isIconTypeEmoji() {
|
||||
const { icon_type: iconType } = this.uiSettings;
|
||||
const { icon_type: iconType } = this.uiSettings || {};
|
||||
return iconType === 'emoji';
|
||||
},
|
||||
showEmoji() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue