diff --git a/web/app/(commonLayout)/apps/Apps.tsx b/web/app/(commonLayout)/apps/Apps.tsx index 63e9bc457b..4080c5fcb9 100644 --- a/web/app/(commonLayout)/apps/Apps.tsx +++ b/web/app/(commonLayout)/apps/Apps.tsx @@ -27,6 +27,8 @@ const getKey = ( if (activeTab !== 'all') params.params.mode = activeTab + else + delete params.params.mode return params } @@ -52,7 +54,7 @@ const Apps = () => { const options = [ { value: 'all', text: t('app.types.all') }, { value: 'chat', text: t('app.types.chatbot') }, - { value: 'agent', text: t('app.types.agent') }, + { value: 'agent-chat', text: t('app.types.agent') }, { value: 'workflow', text: t('app.types.workflow') }, ] diff --git a/web/app/components/app/create-app-dialog/appForm.tsx b/web/app/components/app/create-app-dialog/appForm.tsx index ff392a264f..faf01fbf89 100644 --- a/web/app/components/app/create-app-dialog/appForm.tsx +++ b/web/app/components/app/create-app-dialog/appForm.tsx @@ -16,7 +16,7 @@ import AppIcon from '@/app/components/base/app-icon' import EmojiPicker from '@/app/components/base/emoji-picker' import AppsFull from '@/app/components/billing/apps-full-in-dialog' import { AiText, ChatBot, CuteRobot } from '@/app/components/base/icons/src/vender/line/communication' -import { AlertTriangle } from '@/app/components/base/icons/src/vender/line/alertsAndFeedback' +// import { AlertTriangle } from '@/app/components/base/icons/src/vender/line/alertsAndFeedback' import { HelpCircle, InfoCircle } from '@/app/components/base/icons/src/vender/line/general' import { Route } from '@/app/components/base/icons/src/vender/line/mapsAndTravel' import TooltipPlus from '@/app/components/base/tooltip-plus' @@ -115,11 +115,11 @@ const AppForm = ({ popupContent={
{t('app.newApp.completionDescription')}
-
+ {/*
{t('app.newApp.completionWarning')}
-
+
*/} } >