Commit c8412e7d by gaord Committed by GitHub

chatbot url没有配置时,不显示chatbot界面,改善页面一致性 (#1295)

Signed-off-by: Ben Gao <bengao168@msn.com>
parent f6247fe1
......@@ -564,6 +564,7 @@ const Other = () => {
</Box>
</Link>
)}
{feConfigs?.chatbotUrl && (
<Link
href={feConfigs.chatbotUrl}
target="_blank"
......@@ -583,6 +584,7 @@ const Other = () => {
{t('common.system.Help Chatbot')}
</Box>
</Link>
)}
{feConfigs?.lafEnv && userInfo?.team.role === TeamMemberRoleEnum.owner && (
<Flex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment