Jelajahi Sumber

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

Pascal M 10 bulan lalu
induk
melakukan
9103112555
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      web/app/components/app/overview/customize/index.tsx

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