This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: add missing translation function to deprecation notice component (
#22767
)
tags/1.7.0
Wu Tianwei
3 months ago
parent
e9c9c5d8f1
commit
c987001a19
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
web/app/components/plugins/base/deprecation-notice.tsx
+ 1
- 0
web/app/components/plugins/base/deprecation-notice.tsx
View File
@@ -65,6 +65,7 @@ const DeprecationNotice: FC<DeprecationNoticeProps> = ({
{
hasValidDeprecatedReason && alternativePluginId && (
<Trans
t={t}
i18nKey={`${i18nPrefix}.fullMessage`}
components={{
CustomLink: (
Write
Preview
Loading…
Cancel
Save