mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +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 { locale } = useContext(I18n)
|
||||
const isChatApp = mode === 'chat'
|
||||
const isChatApp = mode === 'chat' || mode === 'advanced-chat'
|
||||
|
||||
return <Modal
|
||||
title={t(`${prefixCustomize}.title`)}
|
||||
|
|
Loading…
Reference in New Issue
Block a user