fix: show call tab always

This commit is contained in:
Shariq Ansari 2025-04-07 15:32:34 +05:30
parent 26fabddcbe
commit 97a132e05f
2 changed files with 0 additions and 2 deletions

View File

@ -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',

View File

@ -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',