fix: show call tab always

(cherry picked from commit 97a132e05f5e55c6b1673bb66af4bf26ca18a448)
This commit is contained in:
Shariq Ansari 2025-04-07 15:32:34 +05:30 committed by Mergify
parent d614e9b575
commit 8f134e9480
2 changed files with 0 additions and 2 deletions

View File

@ -545,7 +545,6 @@ const tabs = computed(() => {
name: 'Calls',
label: __('Calls'),
icon: PhoneIcon,
condition: () => callEnabled.value,
},
{
name: 'Tasks',

View File

@ -532,7 +532,6 @@ const tabs = computed(() => {
name: 'Calls',
label: __('Calls'),
icon: PhoneIcon,
condition: () => callEnabled.value,
},
{
name: 'Tasks',