Skip to content

Commit

Permalink
fix: wrong link to web app repo in chatflow mode
Browse files Browse the repository at this point in the history
  • Loading branch information
perzeuss committed Jun 10, 2024
1 parent 5986841 commit a5a7fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/app/overview/customize/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`)}
Expand Down

0 comments on commit a5a7fdc

Please sign in to comment.