From 0ca74cec4fa337719e474c7d0a360115e640c27b Mon Sep 17 00:00:00 2001 From: AuditAIH <145266260+AuditAIH@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:41:57 +0800 Subject: [PATCH] Update content.tsx --- .../base/chat/chat-with-history/inputs-form/content.tsx | 1 - 1 file changed, 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 e4bcf6ead0..0671c16da4 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 @@ -6,7 +6,6 @@ import Textarea from '@/app/components/base/textarea' import { PortalSelect } from '@/app/components/base/select' import { FileUploaderInAttachmentWrapper } from '@/app/components/base/file-uploader' import { InputVarType } from '@/app/components/workflow/types' -import Select from '@/app/components/base/select' type Props = { showTip?: boolean