fix: wrong link to web app repo in chatflow mode (#5062)

This commit is contained in:
Pascal M
2024-06-11 05:20:52 +02:00
committed by GitHub
parent 5986841e27
commit 9103112555

View File

@ -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`)}