fix: added comment tab in lead
This commit is contained in:
parent
ef2a007319
commit
239c028aeb
@ -261,6 +261,7 @@
|
|||||||
import Resizer from '@/components/Resizer.vue'
|
import Resizer from '@/components/Resizer.vue'
|
||||||
import ActivityIcon from '@/components/Icons/ActivityIcon.vue'
|
import ActivityIcon from '@/components/Icons/ActivityIcon.vue'
|
||||||
import EmailIcon from '@/components/Icons/EmailIcon.vue'
|
import EmailIcon from '@/components/Icons/EmailIcon.vue'
|
||||||
|
import CommentIcon from '@/components/Icons/CommentIcon.vue'
|
||||||
import PhoneIcon from '@/components/Icons/PhoneIcon.vue'
|
import PhoneIcon from '@/components/Icons/PhoneIcon.vue'
|
||||||
import TaskIcon from '@/components/Icons/TaskIcon.vue'
|
import TaskIcon from '@/components/Icons/TaskIcon.vue'
|
||||||
import NoteIcon from '@/components/Icons/NoteIcon.vue'
|
import NoteIcon from '@/components/Icons/NoteIcon.vue'
|
||||||
@ -417,6 +418,11 @@ const tabs = computed(() => {
|
|||||||
label: __('Emails'),
|
label: __('Emails'),
|
||||||
icon: EmailIcon,
|
icon: EmailIcon,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Comments',
|
||||||
|
label: __('Comments'),
|
||||||
|
icon: CommentIcon,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Calls',
|
name: 'Calls',
|
||||||
label: __('Calls'),
|
label: __('Calls'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user