mirror of
https://github.com/langgenius/dify.git
synced 2026-03-27 01:00:13 +08:00
fix: wrong link to web app repo in chatflow mode (#5062)
This commit is contained in:
@ -44,7 +44,7 @@ const CustomizeModal: FC<IShareLinkProps> = ({
|
||||
}) => {
|
||||
const { t } = useTranslation()
|
||||
const { locale } = useContext(I18n)
|
||||
const isChatApp = mode === 'chat'
|
||||
const isChatApp = mode === 'chat' || mode === 'advanced-chat'
|
||||
|
||||
return <Modal
|
||||
title={t(`${prefixCustomize}.title`)}
|
||||
|
||||
Reference in New Issue
Block a user