mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 06:27:04 +00:00
fix: avoid api chatwoot init if it is disabled
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user