Prechádzať zdrojové kódy

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

Pascal M 10 mesiacov pred
rodič
commit
9103112555

+ 1 - 1
web/app/components/app/overview/customize/index.tsx

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