fix: avoid api chatwoot init if it is disabled

This commit is contained in:
Ramesh Mane
2026-04-01 13:01:38 +00:00
parent 76fd67fd5e
commit a53dec250b
2 changed files with 4 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ const helpItems = computed<CategoryItemType[]>(() => {
e: 'c:nocodb:chat-support',
link: '',
onClick: toggleChatSupport,
hidden: !isChatWootEnabled,
hidden: !isChatWootEnabled.value,
},
{
title: 'support@nocodb.com',