diff --git a/web/app/components/workflow/nodes/_base/components/switch-plugin-version.tsx b/web/app/components/workflow/nodes/_base/components/switch-plugin-version.tsx index 6d0aed8a44..05a673ee2b 100644 --- a/web/app/components/workflow/nodes/_base/components/switch-plugin-version.tsx +++ b/web/app/components/workflow/nodes/_base/components/switch-plugin-version.tsx @@ -15,6 +15,7 @@ import { pluginManifestToCardPluginProps } from '@/app/components/plugins/instal import { Badge as Badge2, BadgeState } from '@/app/components/base/badge/index' import Link from 'next/link' import { useTranslation } from 'react-i18next' +import { marketplaceUrlPrefix } from '@/config' export type SwitchPluginVersionProps = { uniqueIdentifier: string @@ -79,7 +80,11 @@ export const SwitchPluginVersion: FC = (props) => { } modalBottomLeft={ - + {t('workflow.nodes.agent.installPlugin.changelog')}