From 9103112555fcda68aa94bbca37d704a55a30a622 Mon Sep 17 00:00:00 2001 From: Pascal M <11357019+perzeuss@users.noreply.github.com> Date: Tue, 11 Jun 2024 05:20:52 +0200 Subject: [PATCH] fix: wrong link to web app repo in chatflow mode (#5062) --- web/app/components/app/overview/customize/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/app/overview/customize/index.tsx b/web/app/components/app/overview/customize/index.tsx index 5baf6dd4d3..cc74b175b4 100644 --- a/web/app/components/app/overview/customize/index.tsx +++ b/web/app/components/app/overview/customize/index.tsx @@ -44,7 +44,7 @@ const CustomizeModal: FC = ({ }) => { const { t } = useTranslation() const { locale } = useContext(I18n) - const isChatApp = mode === 'chat' + const isChatApp = mode === 'chat' || mode === 'advanced-chat' return