diff --git a/web/app/components/plugins/plugin-detail-panel/strategy-item.tsx b/web/app/components/plugins/plugin-detail-panel/strategy-item.tsx
index 8cdb7315d8..fd2fea99e0 100644
--- a/web/app/components/plugins/plugin-detail-panel/strategy-item.tsx
+++ b/web/app/components/plugins/plugin-detail-panel/strategy-item.tsx
@@ -13,6 +13,7 @@ type Props = {
author: string
name: string
description: Record
+ tenant_id: string
icon: string
label: Record
tags: string[]
diff --git a/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx b/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx
index e20673f7fa..d00b65f16d 100644
--- a/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx
+++ b/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx
@@ -280,7 +280,7 @@ const ToolSelector: FC = ({
{currentProvider && currentProvider.type === CollectionType.builtIn && currentProvider.allow_delete && (
-
{t('plugin.detailPanel.toolSelector.auth')}
+
{t('plugin.detailPanel.toolSelector.auth')}
@@ -312,7 +312,7 @@ const ToolSelector: FC
= ({
{currentToolParams.length > 0 && currentProvider?.is_team_authorization && (
-
{t('plugin.detailPanel.toolSelector.settings')}
+
{t('plugin.detailPanel.toolSelector.settings')}