From e182e03804e5df0ae6cb9fd3e7f3bbd5850a4980 Mon Sep 17 00:00:00 2001 From: AuditAIH <145266260+AuditAIH@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:46:05 +0800 Subject: [PATCH] Update content.tsx Add Search Functionality to Dropdown Component --- .../base/chat/chat-with-history/inputs-form/content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/chat/chat-with-history/inputs-form/content.tsx b/web/app/components/base/chat/chat-with-history/inputs-form/content.tsx index 0671c16da4..29731298fc 100644 --- a/web/app/components/base/chat/chat-with-history/inputs-form/content.tsx +++ b/web/app/components/base/chat/chat-with-history/inputs-form/content.tsx @@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next' import { useChatWithHistoryContext } from '../context' import Input from '@/app/components/base/input' import Textarea from '@/app/components/base/textarea' -import { PortalSelect } from '@/app/components/base/select' +import Select from '@/app/components/base/select' import { FileUploaderInAttachmentWrapper } from '@/app/components/base/file-uploader' import { InputVarType } from '@/app/components/workflow/types'