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