Selaa lähdekoodia

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

tags/0.6.11
Pascal M 1 vuosi sitten
vanhempi
commit
9103112555
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      web/app/components/app/overview/customize/index.tsx

+ 1
- 1
web/app/components/app/overview/customize/index.tsx Näytä tiedosto

@@ -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…
Peruuta
Tallenna