Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
OpenSource
/
dify
Observar
4
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
152
Wiki
Atividade
Ver código fonte
fix: add missing translation function to deprecation notice component (
#22767
)
tags/1.7.0
Wu Tianwei
3 meses atrás
pai
e9c9c5d8f1
commit
c987001a19
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
0
web/app/components/plugins/base/deprecation-notice.tsx
+ 1
- 0
web/app/components/plugins/base/deprecation-notice.tsx
Ver arquivo
@@ -65,6 +65,7 @@ const DeprecationNotice: FC<DeprecationNoticeProps> = ({
{
hasValidDeprecatedReason && alternativePluginId && (
<Trans
t={t}
i18nKey={`${i18nPrefix}.fullMessage`}
components={{
CustomLink: (
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar