fix: show call tab always
(cherry picked from commit 97a132e05f5e55c6b1673bb66af4bf26ca18a448)
This commit is contained in:
parent
d614e9b575
commit
8f134e9480
@ -545,7 +545,6 @@ const tabs = computed(() => {
|
|||||||
name: 'Calls',
|
name: 'Calls',
|
||||||
label: __('Calls'),
|
label: __('Calls'),
|
||||||
icon: PhoneIcon,
|
icon: PhoneIcon,
|
||||||
condition: () => callEnabled.value,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Tasks',
|
name: 'Tasks',
|
||||||
|
|||||||
@ -532,7 +532,6 @@ const tabs = computed(() => {
|
|||||||
name: 'Calls',
|
name: 'Calls',
|
||||||
label: __('Calls'),
|
label: __('Calls'),
|
||||||
icon: PhoneIcon,
|
icon: PhoneIcon,
|
||||||
condition: () => callEnabled.value,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Tasks',
|
name: 'Tasks',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user