mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-17 07:55:54 +08:00
fix: wrong link to web app repo in chatflow mode (#5062)
This commit is contained in:
parent
5986841e27
commit
9103112555
@ -44,7 +44,7 @@ const CustomizeModal: FC<IShareLinkProps> = ({
|
|||||||
}) => {
|
}) => {
|
||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
const { locale } = useContext(I18n)
|
const { locale } = useContext(I18n)
|
||||||
const isChatApp = mode === 'chat'
|
const isChatApp = mode === 'chat' || mode === 'advanced-chat'
|
||||||
|
|
||||||
return <Modal
|
return <Modal
|
||||||
title={t(`${prefixCustomize}.title`)}
|
title={t(`${prefixCustomize}.title`)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user